yash: update to 2.49.
This commit is contained in:
parent
83ba5cdedd
commit
d6407230de
|
@ -1,22 +1,23 @@
|
||||||
# Template file for 'yash'
|
# Template file for 'yash'
|
||||||
pkgname=yash
|
pkgname=yash
|
||||||
version=2.48
|
version=2.49
|
||||||
revision=1
|
revision=1
|
||||||
build_style=configure
|
build_style=configure
|
||||||
configure_args="--prefix=/usr"
|
configure_args="--prefix=/usr"
|
||||||
|
make_build_args="LDLIBS=-lm LDLIBS+=${XBPS_CROSS_BASE}/usr/lib/libncursesw.a"
|
||||||
makedepends="ncurses-devel"
|
makedepends="ncurses-devel"
|
||||||
|
checkdepends="ed"
|
||||||
short_desc="Yet another shell (POSIX-compliant)"
|
short_desc="Yet another shell (POSIX-compliant)"
|
||||||
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
||||||
license="GPL-2.0-or-later"
|
license="GPL-2.0-or-later"
|
||||||
homepage="http://yash.osdn.jp/"
|
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"
|
distfiles="https://github.com/magicant/${pkgname}/releases/download/${version}/${pkgname}-${version}.tar.xz"
|
||||||
checksum=f46294d77c5a646405db20a6dc3d16bc1ed109b061b2a508081ce483153c1e8d
|
checksum=66eaf11d6c749165a7503801691759ae151e4eae00785875e121db2e9c219c72
|
||||||
make_build_args="LDLIBS=-lm LDLIBS+=${XBPS_CROSS_BASE}/usr/lib/libncursesw.a"
|
|
||||||
register_shell="/bin/yash"
|
|
||||||
alternatives="
|
alternatives="
|
||||||
sh:sh:/usr/bin/yash
|
sh:sh:/usr/bin/yash
|
||||||
sh:sh.1:/usr/share/man/man1/yash.1"
|
sh:sh.1:/usr/share/man/man1/yash.1"
|
||||||
|
register_shell="/bin/yash"
|
||||||
|
|
||||||
post_extract() {
|
post_extract() {
|
||||||
sed -i '40i#undef iswdigit' arith.c # macro in musl
|
sed -i '40i#undef iswdigit' arith.c # macro in musl
|
||||||
|
|
Loading…
Reference in New Issue