summaryrefslogtreecommitdiff
path: root/pcr/gitflow-avh
diff options
context:
space:
mode:
authorOmar Vega Ramos <ovruni@gnu.org.pe>2016-05-14 16:16:46 -0500
committerOmar Vega Ramos <ovruni@gnu.org.pe>2016-05-14 16:16:46 -0500
commit267cec93a00546f95b48fff024e2d2acd9592125 (patch)
tree16e2cd238b55a39cdbb79edad6b52fd628506be3 /pcr/gitflow-avh
parent171fdb30cfa12b1b42133b7b3c4352071dc903d9 (diff)
gitflow-avh: add new package to [pcr] -> https://labs.parabola.nu/issues/1003
Diffstat (limited to 'pcr/gitflow-avh')
-rw-r--r--pcr/gitflow-avh/PKGBUILD20
1 files changed, 20 insertions, 0 deletions
diff --git a/pcr/gitflow-avh/PKGBUILD b/pcr/gitflow-avh/PKGBUILD
new file mode 100644
index 000000000..3ce2e5477
--- /dev/null
+++ b/pcr/gitflow-avh/PKGBUILD
@@ -0,0 +1,20 @@
+# Maintainer (Arch): Stefan Tatschner <stefan@sevenbyte.org>
+# Maintainer: Omar Vega Ramos <ovruni@gnu.org.pe>
+
+pkgname=gitflow-avh
+pkgver=1.9.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=('48c9082bf7dc3cdf7d9fc07d6c23136b')
+
+package(){
+ cd "$srcdir/$pkgname-$pkgver"
+ make prefix="$pkgdir/usr" install
+}