Signed-off-by: fbt <fbt@fleshless.org>
This commit is contained in:
Jack L. Frost 2017-07-13 15:48:29 +03:00
commit aaf7a28a18
2 changed files with 21 additions and 0 deletions

21
PKGBUILD Normal file
View 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

Binary file not shown.