summaryrefslogtreecommitdiff
path: root/nonsystemd/subversion-openrc/PKGBUILD
blob: 57b0ce72e99a02353cf867e16502fcd147867fc7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# Maintainer: David P. <megver83@parabola.nu>
# Maintainer (Artix): artoo <artoo@artixlinux.org>

pkgname=subversion-openrc
pkgver=20210505
pkgrel=2
pkgdesc="OpenRC svnserve init script"
arch=('any')
url="https://gitea.artixlinux.org/artixlinux/packages-openrc"
license=('GPL2')
groups=('openrc-world')
provides=('init-subversion')
conflicts=('init-subversion')
backup=('etc/conf.d/svnserve')
source=("svnserve".{confd,initd})
sha256sums=('b69b09112f2aefe88cb5e84ae35f7f365c72758ede7edadf245acf6a9f266da6'
            '9725301066a9ffcadd2391834a1e1f5205d77693e9cc55d875f77b9ae125bcb8')

package() {
    depends=('subversion' 'openrc')
    install -Dm755 "$srcdir"/svnserve.initd "$pkgdir"/etc/init.d/svnserve
    install -Dm644 "$srcdir"/svnserve.confd "$pkgdir"/etc/conf.d/svnserve
}