mirror of
https://github.com/deadc0de6/dotdrop.git
synced 2026-02-05 00:59:42 +00:00
update aur packages
This commit is contained in:
27
packages/arch-dotdrop-git/PKGBUILD
Normal file
27
packages/arch-dotdrop-git/PKGBUILD
Normal file
@@ -0,0 +1,27 @@
|
||||
# Maintainer: deadc0de6 <info@deadc0de.ch>
|
||||
|
||||
pkgname=dotdrop-git
|
||||
pkgver=
|
||||
pkgrel=1
|
||||
pkgdesc="Save your dotfiles once, deploy them everywhere "
|
||||
arch=('any')
|
||||
url="https://github.com/deadc0de6/dotdrop"
|
||||
license=('GPL')
|
||||
groups=()
|
||||
depends=('python' 'setuptools' 'python-jinja' 'python-docopt' 'python-pyaml')
|
||||
makedepends=('git')
|
||||
provides=(dotdrop)
|
||||
conflicts=(dotdrop)
|
||||
source=("git+https://github.com/deadc0de6/dotdrop.git")
|
||||
md5sums=('SKIP')
|
||||
|
||||
pkgver() {
|
||||
cd "$pkgname"
|
||||
git describe --long --tags | sed 's/\([^-]*-g\)/r\1/;s/-/./g;s/^v//g'
|
||||
}
|
||||
|
||||
package() {
|
||||
cd "${pkgname}"
|
||||
python setup.py install --root="${pkgdir}/" --optimize=1
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user