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