v++
Signed-off-by: fbt <fbt@fleshless.org>
This commit is contained in:
parent
4f2fc87167
commit
f2fd043530
13
PKGBUILD
13
PKGBUILD
|
@ -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')
|
||||
|
|
Loading…
Reference in New Issue
Block a user