mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
yash: update to 2.56.1.
This commit is contained in:
parent
b229d44b72
commit
85ceebbd37
1 changed files with 7 additions and 3 deletions
|
@ -1,19 +1,19 @@
|
||||||
# Template file for 'yash'
|
# Template file for 'yash'
|
||||||
pkgname=yash
|
pkgname=yash
|
||||||
version=2.55
|
version=2.56.1
|
||||||
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"
|
make_build_args="LDLIBS=-lm LDLIBS+=${XBPS_CROSS_BASE}/usr/lib/libncursesw.a"
|
||||||
makedepends="ncurses-devel"
|
makedepends="ncurses-devel"
|
||||||
checkdepends="ed"
|
checkdepends="ed procps-ng util-linux"
|
||||||
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=97cd809d5e216b3c4afae42379f1bd4f5082b7c16d51e282d60a5014fbc9e1f6
|
checksum=f7f5a1ffd246692568e4823a59b20357317d92663573bd1099254c0c89de71f5
|
||||||
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"
|
||||||
|
@ -31,3 +31,7 @@ pre_build() {
|
||||||
LDFLAGS= LDLIBS= makesignum
|
LDFLAGS= LDLIBS= makesignum
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
|
pre_check() {
|
||||||
|
export LOGNAME=root
|
||||||
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue