# gettext-tiny - Stub gettext, so nothing needs GNU gettext
# Generated from manifest.tsv by gen-ports.py. Edit the manifest, not this file,
# unless the package needs something the template cannot express - in which case
# drop a `recipe.local` beside it and it will be preserved.
name=gettext-tiny
version=0.3.3
release=1
desc="Stub gettext, so nothing needs GNU gettext"
url="https://github.com/sabotage-linux/gettext-tiny"
license="GPL-3.0-or-later MIT"
depend="glibc"
makedepend=""
source="https://github.com/sabotage-linux/gettext-tiny/archive/refs/tags/v0.3.3.tar.gz"
sha256="SKIP"

build() {
	cd "gettext-tiny-0.3.3"
	make -j"$JOBS" PREFIX=/usr
}

package() {
	cd "gettext-tiny-0.3.3"
	make PREFIX=/usr DESTDIR="$pkgdir" install
}
