# Description: lightweight replacements of the gnu gettext suite # URL: https://codeberg.org/sabotage-linux/gettext-tiny # Maintainer: KRAK3N Team, core ports at krak3n dot my name=gettext-tiny version=0.3.2 release=1 source=(https://codeberg.org/sabotage-linux/${name}/archive/v${version}.tar.gz) renames=(${name}-${version}.tar.gz) build() { cd ${name} export LIBINTL=MUSL make prefix=/usr make prefix=/usr DESTDIR=$PKG install }