# Maintainer: # PKGBuild Create By: lumpyzhu pkgname=xmake pkgver=2.3.1 pkgrel=2 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=('7e1de40c68466c52b00e92989c6c561356f6ec1603acca0bfdc8c703effb04ec') build() { cd "$srcdir" make build } package() { cd "$srcdir" make install DESTDIR="${pkgdir}/usr" PREFIX="/usr" }