# Maintainer: # PKGBuild Create By: lumpyzhu pkgname=xmake pkgver=2.3.5 pkgrel=1 pkgdesc="A make-like build utility based on Lua" arch=('i686' 'x86_64') url="https://github.com/xmake-io/xmake" license=('Apache') makedepends=() source=("$pkgname.tar.gz::https://github.com/xmake-io/xmake/releases/download/v${pkgver}/xmake-v${pkgver}.tar.gz") sha256sums=('5be491fd023333225ab347dc209f18f453e61d52988ae84f485e1b2552a440d6') build() { cd "$srcdir" make build } package() { cd "$srcdir" make install DESTDIR="${pkgdir}" PREFIX="/usr" }