summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 973598be454c1c48fc4c4bbaa372b1d678e655fc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# Maintainer: Philipp A. <flying-sheep@web.de>

pkgname=install-wheel-scripts
pkgver=1.1
pkgrel=1
pkgdesc='Install scripts that are able to invoke a wheel’s console_scripts'
arch=(any)
license=(GPL)
depends=(python)
source=(install-wheel-scripts.py)
sha256sums=('3cf4c43dfc43de82b453c132980d41a71ef0d619eb6a09c7ea659f6937836616')

package() {
	install -Dm755 install-wheel-scripts.py "$pkgdir/usr/bin/install-wheel-scripts"
}