build/PKGBUILD
OBS User adrianSuSE c87575f58e update
Rev openSUSE:Tools/345 Md5 a0eab0879ddb70a83af55aa10f089152 2018-01-23 14:05:54 adrianSuSE None
2018-01-23 14:05:54 +00:00

18 lines
383 B
Bash

pkgname=build
pkgver=20180123
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
}