execline: update to 2.9.2.0.

This commit is contained in:
mobinmob 2023-03-19 17:57:28 +02:00 committed by Leah Neukirchen
parent 17e992b86e
commit 52cefe25bf
1 changed files with 7 additions and 4 deletions

View File

@ -1,12 +1,13 @@
# Template file for 'execline'
pkgname=execline
version=2.9.0.1
version=2.9.2.0
revision=1
build_style=configure
configure_args="--libdir=/usr/lib --bindir=/usr/bin
--with-sysdeps=${XBPS_CROSS_BASE}/usr/lib/skalibs/sysdeps
--with-lib=${XBPS_CROSS_BASE}/usr/lib
$(vopt_if static --enable-static-libc)"
$(vopt_if static --enable-static-libc)
$(vopt_if multicall --enable-multicall)"
makedepends="skalibs-devel"
short_desc="Non-interactive scripting language"
maintainer="mobinmob <mobinmob@disroot.org>"
@ -14,11 +15,13 @@ license="ISC"
homepage="https://skarnet.org/software/execline/"
changelog="https://skarnet.org/software/execline/upgrade.html"
distfiles="https://skarnet.org/software/${pkgname}/${pkgname}-${version}.tar.gz"
checksum=01260fcaf80ffbca2a94aa55ea474dfb9e39b3033b55c8af88126791879531f6
checksum=9365012558a1e3c019cafc6eb574b0f5890495fb02652f20efdd782d577b1601
CFLAGS="-fPIC"
build_options="static"
build_options="static multicall"
desc_option_static="Build static binaries"
desc_option_multicall="Build single multicall binary instead of a binary per utility"
case "$XBPS_TARGET_MACHINE" in
*-musl)