summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: b3181265a0f758958460b9973ff6b80088441a27 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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
}