build/PKGBUILD
Dirk Mueller b50fbc99c6 - tumbleweed build config update
- support the %load macro
- improve container filename generation (docker)
- fix hanging curl calls during build (docker)
- productcompose: fix milestone query

OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/build?expand=0&rev=514
2024-06-12 09:53:23 +00:00

18 lines
414 B
Bash

pkgname=build
pkgver=20240612
pkgrel=55d01635957160b09013643f53de17f9
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
}