# Maintainer: Fabien LEFEBVRE pkgname=gliderlabs-sigil pkgver=0.10.1 pkgrel=1 pkgdesc='Standalone string interpolator and template processor' arch=('x86_64') url='https://github.com/gliderlabs/sigil' license=('BSD') # a package with the same name exists and provides a binary with the same name conflicts=('sigil') source=("${url}/releases/download/v${pkgver}/${pkgname}_${pkgver}_linux_amd64.tgz" 'LICENSE') sha256sums=('35f7e78f0f6320225814f4fd0f59d91251c6b778338e7a5ff3c04bc2ee5c034f' '90b8e840cef9b3c39c1419cf394efe2480544056f55d7d709f3c1b4f47fe9321') package() { install -Dm755 "${pkgname}-amd64" "${pkgdir}/usr/bin/sigil" install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE" }