mirror of
https://github.com/arcan1s/pkgbuild.git
synced 2025-07-10 04:15:48 +00:00
git-etc-2.2.0
This commit is contained in:
@ -2,7 +2,7 @@
|
||||
# Maintainer: Evgeniy "arcanis" Alexeev <esalexeev@gmail.com>
|
||||
|
||||
pkgname=git-etc
|
||||
pkgver=2.1.2
|
||||
pkgver=2.2.0
|
||||
pkgrel=1
|
||||
pkgdesc="Simple daemon for monitoring changes in files"
|
||||
arch=('x86_64')
|
||||
@ -12,7 +12,7 @@ depends=('bash' 'git')
|
||||
optdepends=('python2-pyqt4: for GUI'
|
||||
'xterm: for GUI')
|
||||
source=(https://github.com/arcan1s/git-etc/releases/download/V.${pkgver}/${pkgname}-${pkgver}.tar.xz)
|
||||
md5sums=('20a169cd17860374a7373b55db51e33b')
|
||||
md5sums=('502081640d842ca9a2c8ec77a99b7349')
|
||||
backup=('etc/conf.d/git-etc.conf')
|
||||
|
||||
package()
|
||||
@ -20,7 +20,13 @@ package()
|
||||
# daemon and gui
|
||||
install -D -m755 ${srcdir}/usr/bin/git-etc ${pkgdir}/usr/bin/git-etc || return 1
|
||||
install -D -m755 ${srcdir}/usr/bin/ctrlconf ${pkgdir}/usr/bin/ctrlconf || return 1
|
||||
install -D -m755 ${srcdir}/usr/lib/ctrlconf.py ${pkgdir}/usr/lib/ctrlconf.py || return 1
|
||||
install -D -m755 ${srcdir}/usr/lib/python2.7/site-packages/ctrlconf.py \
|
||||
${pkgdir}/usr/lib/python2.7/site-packages/ctrlconf.py || return 1
|
||||
mkdir -p ${pkgdir}/usr/lib/python2.7/site-packages/ctrlconf
|
||||
install -m644 -t ${pkgdir}/usr/lib/python2.7/site-packages/ctrlconf \
|
||||
${srcdir}/usr/lib/python2.7/site-packages/ctrlconf/* || return 1
|
||||
install -D -m644 ${srcdir}/usr/share/applications/ctrlconf.desktop \
|
||||
${pkgdir}/usr/share/applications/ctrlconf.desktop || return 1
|
||||
|
||||
# service
|
||||
install -D -m644 ${srcdir}/usr/lib/systemd/system/git-etc.service \
|
||||
|
Reference in New Issue
Block a user