build/PKGBUILD
OBS User adrianSuSE 2476f2528b update
Rev openSUSE:Tools/446 Md5 9c4e7dec32f908138532c3779ac348f6 2022-03-14 15:59:24 adrianSuSE None
2022-03-14 15:59:24 +00:00

18 lines
383 B
Bash

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