Add sample disque.conf to /etc/disque

This commit is contained in:
Yuval Adam 2015-04-28 00:26:54 +03:00
parent 3dd3bc346b
commit 72bfca3d9d
2 changed files with 3 additions and 2 deletions

View file

@ -1,7 +1,7 @@
pkgbase = disque-git
pkgdesc = Distributed message broker
pkgver = d01f47d
pkgrel = 1
pkgrel = 2
url = https://github.com/antirez/disque
arch = any
license = MIT

View file

@ -2,7 +2,7 @@
pkgname=disque-git
pkgver=d01f47d
pkgrel=1
pkgrel=2
pkgdesc="Distributed message broker"
arch=('any')
url="https://github.com/antirez/disque"
@ -23,6 +23,7 @@ build() {
package() {
cd "$pkgname"
install -Dm644 ${srcdir}/${pkgname}/disque.conf ${pkgdir}/etc/disque/disque.conf
install -Dm755 ${srcdir}/${pkgname}/src/disque ${pkgdir}/usr/bin/disque
install -Dm755 ${srcdir}/${pkgname}/src/disque-server ${pkgdir}/usr/bin/disque-server
}