build/PKGBUILD
OBS User adrianSuSE 02176c9206 update
Rev openSUSE:Tools/388 Md5 3eff2ae965d2782c8f7b001ecde1bf18 2019-11-14 13:21:51 adrianSuSE None
2019-11-14 13:21:51 +00:00

18 lines
383 B
Bash

pkgname=build
pkgver=20191114
pkgrel=0
pkgdesc="Build packages in sandbox"
arch=('i686' 'x86_64')
url="https://www.github.com/openSUSE/obs-build"
license=('GPL-2.0+' 'GPL-2.0')
groups=('base-devel')
depends=('perl')
source=(obs-build-${pkgver}.tar.gz)
md5sums=('SKIP')
package() {
msg "Installing build ..."
cd "${srcdir}"/obs-build-${pkgver}
make DESTDIR=${pkgdir} install
}