summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 8eb1ff8b3eac246bf22322ae31cfa90c62e4dcd8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
#Maintainer: jnanar <info [at] agayon [dot] be>

pkgname=sat-cagou-hg
pkgver=r214.6a98d70a3a66
VERSION=0.7
pkgrel=1
pkgdesc=""
arch=(any)
url=""
license=('AGPL3')
depends=('python2' 'python2-kivy' 'sat-xmpp-hg' 'sat-templates-hg' 'sat-tmp' 'xsel')
makedepends=('git')
options=(!emptydirs)
#optdepends=('')

source=('hg+'https://repos.goffi.org/cagou)
_hgname="cagou"

md5sums=('SKIP')


pkgver() {
 cd "$_hgname"
  printf "r%s.%s" "$(hg identify -n)" "$(hg identify -i)"
}


package() {
cd "$srcdir/$_hgname/"
  # make sure UNICODE characters in the README are parsed correctly
  export LC_CTYPE=en_US.utf-8
  python2 setup.py install --root="$pkgdir/" --optimize=1
}