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