Signed-off-by: fbt <fbt@fleshless.org>
This commit is contained in:
Jack L. Frost 2020-05-23 15:02:14 +03:00
parent 8bf95171c1
commit ea3b3f5297
1 changed files with 2 additions and 9 deletions

View File

@ -7,16 +7,9 @@ pkgdesc="A Linux port of OpenBSD's ksh targeting musl"
arch=( 'i686' 'x86_64' )
url='https://github.com/dimkr/loksh'
license=( 'custom' )
source=( "https://github.com/dimkr/loksh/releases/download/$pkgver/src.tar.xz" )
#_flag_static=1
if (( _flag_static )); then
makedepends+=( 'musl' )
_makeopts=( 'CC=musl-gcc' 'LDFLAGS=-static' )
else
depends=( 'libbsd' )
_makeopts=( 'LDFLAGS=-lbsd' )
fi
makedepends=( 'meson' )
source=( "https://github.com/dimkr/loksh/releases/download/$pkgver/src.tar.xz" )
build() {
cd "$pkgname"