summaryrefslogtreecommitdiffstats
path: root/PKGBUILD
blob: 30c26dc8ed8cb82fce264636505cfe8293527795 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Maintainer: Tom Willemse <tom@ryuslash.org>

pkgname=cgit-pygments-wrapper
pkgver=1.2.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"
}