# Maintainer: Fabien LEFEBVRE # Contributor: Faustino Aguilar pkgname=mint pkgver=0.9.0 pkgrel=1 pkgdesc='A refreshing language for the front-end web' arch=('x86_64') url='https://github.com/mint-lang/mint' source=("https://github.com/mint-lang/mint/releases/download/${pkgver}/mint-${pkgver}-linux") sha256sums=('a6a7ab69e2c4a9ef9f60a81f807eac24aed4a62408a6a6a47a6a66f2c6728187') noextract=("mint-${pkgver}-linux") license=('BSD') package() { wget -q "https://raw.githubusercontent.com/mint-lang/mint/master/LICENSE" install -Dm755 "mint-${pkgver}-linux" "${pkgdir}/usr/bin/mint" install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/mint/LICENSE" }