termux-packages/packages/barcode/build.sh
Leonid Pliushch 9c9e7f65b8 update maintainer info
Specifying Termux org members is more correct as we don't have repo-specific
maintainers for termux-packages.

DEB control field specification doesn't allow to specify multiple people as
package maintainers. Value "Termux members @termux" will be used as default
for that field which can be overridden on per-package basis if needed.

%ci:no-build
2020-05-13 11:05:52 +03:00

13 lines
490 B
Bash

TERMUX_PKG_HOMEPAGE=https://www.gnu.org/software/barcode/
TERMUX_PKG_DESCRIPTION="Tool to convert text strings to printed bars"
TERMUX_PKG_LICENSE="GPL-2.0"
TERMUX_PKG_VERSION=0.99
TERMUX_PKG_REVISION=3
TERMUX_PKG_SRCURL=http://mirrors.kernel.org/gnu/barcode/barcode-$TERMUX_PKG_VERSION.tar.xz
TERMUX_PKG_SHA256=e87ecf6421573e17ce35879db8328617795258650831affd025fba42f155cdc6
TERMUX_PKG_BUILD_DEPENDS="gettext"
termux_step_pre_configure() {
CPPFLAGS+=" -I$TERMUX_PREFIX/share/gettext"
}