summaryrefslogtreecommitdiff
path: root/pcr/gitflow-avh/PKGBUILD
blob: 1d6f76dbefd5792fb0da7badaa0cf523db42ca8e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Maintainer (Arch): Stefan Tatschner <stefan@sevenbyte.org>
# Maintainer: Omar Vega Ramos <ovruni@gnu.org.pe>

pkgname=gitflow-avh
pkgver=1.10.1
pkgrel=1
pkgdesc="Extend git with Vincent Driessen's branching model. The AVH Edition adds more functionality."
arch=('any')
url='https://github.com/petervanderdoes/gitflow/'
license=('BSD', 'LGPL')
depends=('git')
provides=('gitflow')
conflicts=('gitflow' 'gitflow-git')
source=("https://github.com/petervanderdoes/gitflow/archive/${pkgver}.tar.gz")
md5sums=('35effa3455ce815e14a2df4e5cea1f8d')

package(){
   cd "$srcdir/$pkgname-$pkgver"
   make prefix="$pkgdir/usr" install
}