ssm/PKGBUILD

21 lines
524 B
Bash
Raw Normal View History

# Maintainer: Jack L. Frost <fbt@fleshless.org>
pkgname=ssm
pkgver=0.3.4
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/u/spark/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"
}
sha1sums=('f3c9fffc8885052e87a91356523dc8335450a12a')