summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorEfe Çetin2020-09-13 18:31:34 +0300
committerEfe Çetin2020-09-13 18:32:10 +0300
commite8761ac893a7fa602530402c6a0d32128c6eff05 (patch)
tree68b9c1b1fe37990c792be843460f79554378337c /PKGBUILD
downloadaur-unibuild-git.tar.gz
unibuild package.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD16
1 files changed, 16 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
new file mode 100644
index 000000000000..b3181265a0f7
--- /dev/null
+++ b/PKGBUILD
@@ -0,0 +1,16 @@
+# Maintainer: Efe Cetin <efectn@6tel.net>
+pkgname=unibuild-git
+pkgver=rolling
+pkgrel=1
+pkgdesc="The universal build script system."
+arch=('any')
+url="https://gitlab.com/sulinos/devel/unibuild"
+license=('BSD')
+source=(git+https://gitlab.com/sulinos/devel/unibuild.git)
+md5sums=('SKIP')
+
+package() {
+ cd "$srcdir"/unibuild
+
+ DESTDIR=$pkgdir bash install.sh
+}