diff --git a/srcpkgs/yash/template b/srcpkgs/yash/template index 712c7c8dcb7..1383d50ad33 100644 --- a/srcpkgs/yash/template +++ b/srcpkgs/yash/template @@ -1,22 +1,23 @@ # Template file for 'yash' pkgname=yash -version=2.48 +version=2.49 revision=1 build_style=configure configure_args="--prefix=/usr" +make_build_args="LDLIBS=-lm LDLIBS+=${XBPS_CROSS_BASE}/usr/lib/libncursesw.a" makedepends="ncurses-devel" +checkdepends="ed" short_desc="Yet another shell (POSIX-compliant)" maintainer="Leah Neukirchen " license="GPL-2.0-or-later" homepage="http://yash.osdn.jp/" -#changelog="https://github.com/magicant/yash/releases" +changelog="https://github.com/magicant/yash/releases" distfiles="https://github.com/magicant/${pkgname}/releases/download/${version}/${pkgname}-${version}.tar.xz" -checksum=f46294d77c5a646405db20a6dc3d16bc1ed109b061b2a508081ce483153c1e8d -make_build_args="LDLIBS=-lm LDLIBS+=${XBPS_CROSS_BASE}/usr/lib/libncursesw.a" -register_shell="/bin/yash" +checksum=66eaf11d6c749165a7503801691759ae151e4eae00785875e121db2e9c219c72 alternatives=" sh:sh:/usr/bin/yash sh:sh.1:/usr/share/man/man1/yash.1" +register_shell="/bin/yash" post_extract() { sed -i '40i#undef iswdigit' arith.c # macro in musl