mirror of
https://github.com/archlinux/aur.git
synced 2026-03-04 22:22:17 +01:00
Add sample disque.conf to /etc/disque
This commit is contained in:
parent
3dd3bc346b
commit
72bfca3d9d
2 changed files with 3 additions and 2 deletions
2
.SRCINFO
2
.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
|
||||
|
|
|
|||
3
PKGBUILD
3
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
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue