mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-04 11:52:56 +02:00
yash: update to 2.47.
This commit is contained in:
parent
a9a5b60982
commit
1780876265
1 changed files with 7 additions and 6 deletions
|
@ -1,18 +1,18 @@
|
||||||
# Template file for 'yash'
|
# Template file for 'yash'
|
||||||
pkgname=yash
|
pkgname=yash
|
||||||
version=2.46
|
version=2.47
|
||||||
revision=2
|
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"
|
||||||
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"
|
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=93431d897ce2b176c9f97b879c70a426ebc125b073d5894c00cd746f3a8455cb
|
checksum=931f2e7451d8b1eca2a98caeef7eda0527d96376f9f2c9bec90bc5938e39992e
|
||||||
|
make_build_args="LDLIBS=-lm LDLIBS+=${XBPS_CROSS_BASE}/usr/lib/libncursesw.a"
|
||||||
register_shell="/bin/yash"
|
register_shell="/bin/yash"
|
||||||
alternatives="
|
alternatives="
|
||||||
sh:sh:/usr/bin/yash
|
sh:sh:/usr/bin/yash
|
||||||
|
@ -24,6 +24,7 @@ post_extract() {
|
||||||
sed -i 's/checkby "${tempout}"/true/' configure
|
sed -i 's/checkby "${tempout}"/true/' configure
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
pre_build() {
|
pre_build() {
|
||||||
if [ "$CROSS_BUILD" ]; then
|
if [ "$CROSS_BUILD" ]; then
|
||||||
make CC="$BUILD_CC" CFLAGS="$BUILD_CFLAGS" \
|
make CC="$BUILD_CC" CFLAGS="$BUILD_CFLAGS" \
|
||||||
|
|
Loading…
Add table
Reference in a new issue