summaryrefslogtreecommitdiffstats
path: root/PKGBUILD
blob: 18b0f6bae38835587635c52acf93bfca37678bec (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.3.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"
}