Signed-off-by: fbt <fbt@fleshless.org>
This commit is contained in:
parent
2a30e8e8ee
commit
95e108c0f5
|
@ -30,4 +30,3 @@ jobs:
|
||||||
# path: ./*.pkg.tar.zst
|
# path: ./*.pkg.tar.zst
|
||||||
- name: Put the packages into the import dir
|
- name: Put the packages into the import dir
|
||||||
run: cp -v ./*.pkg.tar.zst /import
|
run: cp -v ./*.pkg.tar.zst /import
|
||||||
- run: echo "This job's status is ${{ job.status }}."
|
|
||||||
|
|
3
PKGBUILD
3
PKGBUILD
|
@ -1,7 +1,7 @@
|
||||||
# Maintainer: Jack L. Frost <fbt@fleshless.org>
|
# Maintainer: Jack L. Frost <fbt@fleshless.org>
|
||||||
|
|
||||||
pkgname='loksh'
|
pkgname='loksh'
|
||||||
pkgver='7.4'
|
pkgver='7.5'
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc="A Linux port of OpenBSD's ksh targeting musl"
|
pkgdesc="A Linux port of OpenBSD's ksh targeting musl"
|
||||||
arch=( 'i686' 'x86_64' )
|
arch=( 'i686' 'x86_64' )
|
||||||
|
@ -29,4 +29,3 @@ package() {
|
||||||
DESTDIR="$pkgdir" ninja -C output install
|
DESTDIR="$pkgdir" ninja -C output install
|
||||||
}
|
}
|
||||||
|
|
||||||
sha1sums=('c1335e6fccf2c7057bce1bac4a853511d83e082f')
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user