summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYuval Adam <yuval@y3xz.com>2015-04-28 00:26:54 +0300
committerYuval Adam <yuval@y3xz.com>2015-04-28 00:26:54 +0300
commit72bfca3d9da367ecac6dad83b3b44d01efa702cf (patch)
treeadcb538065dab28cfd62cd2d3b5dbde547abac90
parent3dd3bc346b8522b866516e6332c234236e2b2082 (diff)
Add sample disque.conf to /etc/disque
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD3
2 files changed, 3 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c92bc33..0c58e95 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -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
diff --git a/PKGBUILD b/PKGBUILD
index c54d1ae..7c7ef30 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -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
}