# Maintainer: Jan Sonntag pkgname=asciigraph-bin pkgver=0.5.6 pkgrel=1 pkgdesc="Go package to make lightweight ASCII line graph ╭┈╯ in command line apps with no other dependencies" arch=('x86_64') url='https://github.com/guptarohit/asciigraph' license=('BSD') provides=('asciigraph') conflicts=('asciigraph') source=("${pkgname}-${pkgver}.tar.gz::https://github.com/guptarohit/asciigraph/releases/download/v${pkgver}/asciigraph_${pkgver}_Linux_${arch}.tar.gz") sha256sums=('59e414ad99f1dfaa3b27d2927e8e36bdba737d8a872c42d6d37016785bc3740f') package() { install -Dm755 asciigraph "${pkgdir}/usr/bin/asciigraph" install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/asciigraph/LICENSE" install -Dm644 README.md "${pkgdir}/usr/share/doc/asciigraph/README.md" }