build/PKGBUILD
OBS User lnussel 258ba5a8dd - Fix path to files
- Temporary hack to aid liblua5_3 -> liblua5_3-5 renam

Rev openSUSE:Tools/322 Md5 850ff111853ece5cf9cb35a9ee0a0589 2017-08-02 15:00:21 lnussel None
2017-08-02 15:00:21 +00:00

18 lines
383 B
Bash

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