# Maintainer: # PKGBuild Create By: lumpyzhu pkgname=xmake pkgver=2.3.6 pkgrel=1 pkgdesc="A cross-platform 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=('5d9b9dd8b357fab9e426a667a47381b5db54622cd2c5452584e4b960b410272d') build() { cd "$srcdir" make build } package() { cd "$srcdir" make install DESTDIR="${pkgdir}" PREFIX="/usr" }