summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 9dd57aeea41d595f3131e43d8c6ea4a7aee965be (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Maintainer: Justin Vreeland <vreeland.justin@gmail.com>
pkgname=debmake
pkgver=4.2.2
pkgrel=1
pkgdesc="Program to make the Debian source package"
arch=('any')
url="http://packages.debian.org/sid/debmake"
license=('MIT')
makedepends=('git' 'python')
depends=('devscripts' 'dpkg' 'python' 'rsync')
optdepends=('strace' 'wget' 'curl')
source=("$pkgname"::'git+https://anonscm.debian.org/git/collab-maint/debmake.git')
md5sums=('SKIP')

package() {
	cd $srcdir/"$pkgname"
	git checkout debian/$pkgver-$pkgrel

	python setup.py install --root="$pkgdir/" --optimize=1
}