# Maintainer: # PKGBuild Create By: lumpyzhu pkgname=xmake pkgver=2.7.1 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=('ncurses' 'readline') source=("https://github.com/xmake-io/xmake/releases/download/v${pkgver}/xmake-v${pkgver}.tar.gz") sha256sums=('e44085090641547d8814afcc345d641d8ce1e38b6e05fee7375fc88150c0803d') build() { cd "$srcdir" make build } package() { cd "$srcdir" make install DESTDIR="${pkgdir}" PREFIX="/usr" }