init
Signed-off-by: fbt <fbt@fleshless.org>
This commit is contained in:
commit
aaf7a28a18
21
PKGBUILD
Normal file
21
PKGBUILD
Normal file
|
@ -0,0 +1,21 @@
|
||||||
|
# Maintainer: Jack L. Frost <fbt@fleshless.org>
|
||||||
|
|
||||||
|
pkgname=ssm
|
||||||
|
pkgver=0.1.1
|
||||||
|
pkgrel=1
|
||||||
|
pkgdesc='A simple service manager for Spark Linux'
|
||||||
|
url='https://git.fleshless.org/ssm/'
|
||||||
|
arch=( 'x86_64' 'i686' )
|
||||||
|
license=( 'ISC' )
|
||||||
|
depends=( 'bash' )
|
||||||
|
|
||||||
|
source=( "https://git.fleshless.org/ssm/snapshot/ssm-${pkgver}.tar.gz" )
|
||||||
|
|
||||||
|
package() {
|
||||||
|
cd "${pkgname}-${pkgver}"
|
||||||
|
install -Dm755 ssm "$pkgdir/usr/bin/ssm"
|
||||||
|
install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
|
||||||
|
}
|
||||||
|
|
||||||
|
# vim: noet
|
||||||
|
sha1sums=('bfd1d68abe717a86ef730c355006c9227ea717a2')
|
BIN
ssm-0.1.1.tar.gz
Normal file
BIN
ssm-0.1.1.tar.gz
Normal file
Binary file not shown.
Loading…
Reference in New Issue
Block a user