Signed-off-by: fbt <fbt@fleshless.org>
This commit is contained in:
Jack L. Frost 2018-01-08 12:04:26 +03:00
parent 962dac15d7
commit e98c49ca95
1 changed files with 3 additions and 1 deletions

View File

@ -2,7 +2,7 @@
# % Trigger: 1513225986 %
pkgname=ssm-git
pkgver=0.3.5.r22.ga715783
pkgver=0.3.5.r24.g9343c78
pkgrel=1
pkgdesc='A simple service manager for Spark Linux'
url='https://git.fleshless.org/ssm/about'
@ -12,6 +12,7 @@ depends=( 'bash' )
conflicts=( 'ssm' )
provides=( 'ssm' )
optdepends=( 'ssm-services-git: example scripts that mostly work out of the box on arch' )
backup=( 'etc/ssm/ssm.conf' )
source=( "${pkgname}::git+https://git.fleshless.org/u/spark/ssm#branch=experimental" )
sha1sums=('SKIP')
@ -29,5 +30,6 @@ pkgver() {
package() {
cd "$pkgname"
install -Dm755 ssm "$pkgdir/usr/bin/ssm"
install -Dm644 ssm.conf "$pkgdir/etc/ssm/ssm.conf"
install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
}