mirror of
https://gitdl.cn/https://github.com/chakralinux/desktop.git
synced 2025-02-03 07:17:25 +08:00
added parched for Radu
This commit is contained in:
parent
f67c3b75c6
commit
edbd38492d
23
python2-parched/PKGBUILD
Normal file
23
python2-parched/PKGBUILD
Normal file
@ -0,0 +1,23 @@
|
||||
# Maintainer: Radu Andries <admiral0@tuxfamily.org>
|
||||
|
||||
pkgname=python2-parched
|
||||
pkgver=20091016
|
||||
pkgrel=1
|
||||
pkgdesc="A Pacman package and PKGBUILD parser module"
|
||||
arch=('any')
|
||||
url="http://github.com/sebnow/parched"
|
||||
license=('MIT')
|
||||
depends=('python2')
|
||||
makedpends=('python2-distribute')
|
||||
source=("parched-20091016.tar.gz") #TODO
|
||||
md5sums=('c3485c9b63a22a734e698b46fb61eef9')
|
||||
|
||||
|
||||
build() {
|
||||
cd $srcdir/parched
|
||||
python setup.py build || return 1
|
||||
}
|
||||
package() {
|
||||
cd $srcdir/parched
|
||||
python setup.py install --root=$pkgdir --optimize=1 || return 1
|
||||
}
|
BIN
python2-parched/parched-20091016.tar.gz
Normal file
BIN
python2-parched/parched-20091016.tar.gz
Normal file
Binary file not shown.
Loading…
Reference in New Issue
Block a user