summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 5ed231a66ba29959c34150bc82167573df8e1dc8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Maintainer: Nick G. <wirlaburla@worlio.com>

_pkgname=anope
pkgname=${_pkgname}-dinit
pkgver=1.0.0
pkgrel=1
pkgdesc="A set of IRC Services designed for flexibility and ease of use (dinit)"
arch=('any')
source=("${_pkgname}.service")
depends=("${_pkgname}")
sha256sums=(
	'63f8b05c4095e11d9c6c2601c2cd972dbf70c93ad44fdd481c576335980b9f8b'
)

package() {
	install -Dm644 "${_pkgname}.service" "$pkgdir/etc/dinit.d/${_pkgname}"
}