Signed-off-by: fbt <fbt@fleshless.org>
This commit is contained in:
Jack L. Frost 2018-01-11 13:46:31 +03:00
parent 4f2fc87167
commit f2fd043530
1 changed files with 9 additions and 4 deletions

View File

@ -1,18 +1,23 @@
# Maintainer: Jack L. Frost <fbt@fleshless.org>
# % Trigger: 1513225986 %
pkgname=ssm-git
pkgver=0.3.5.r27.ge5fc565
pkgname='ssm-git'
pkgver=0.3.5.r30.g730374f
pkgrel=1
pkgdesc='A simple service manager for Spark Linux'
url='https://git.fleshless.org/ssm/about'
arch=( 'any' )
license=( 'ISC' )
backup=( 'etc/ssm/ssm.conf' )
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' )
optdepends=(
'ssm-services-git: example scripts that mostly work out of the box on arch'
'ssm-service: a /usr/bin/service link for ssm'
)
source=( "${pkgname}::git+https://git.fleshless.org/u/spark/ssm#branch=experimental" )
sha1sums=('SKIP')