build/PKGBUILD
OBS User adrianSuSE 1859194c02 fix tag
Rev openSUSE:Tools/394 Md5 ee84875f57694f5093c0b6e13f45a62f 2020-01-07 13:04:07 adrianSuSE None
2020-01-07 13:04:07 +00:00

18 lines
383 B
Bash

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