18 lines
434 B
Text
18 lines
434 B
Text
|
# Maintainer: Tom Willemse <tom@ryuslash.org>
|
||
|
|
||
|
pkgname=cgit-pygments-wrapper
|
||
|
pkgver=1.0.0
|
||
|
pkgrel=1
|
||
|
pkgdesc="Small wrapper to customize the use of pygments for cgit"
|
||
|
depends=('python' 'python-pygments')
|
||
|
arch=('any')
|
||
|
source=('cgit-pygments-wrapper')
|
||
|
url="http://code.ryuslash.org/"
|
||
|
license=("GPL3")
|
||
|
md5sums=('SKIP')
|
||
|
|
||
|
package() {
|
||
|
install -Dm755 "${srcdir}/cgit-pygments-wrapper" \
|
||
|
"${pkgdir}/usr/bin/cgit-pygments-wrapper"
|
||
|
}
|