# Maintainer: Christian Muehlhaeuser # Contributor: Stephen Gregoratto pkgname=glow-bin pkgver=1.1.0 pkgrel=1 pkgdesc="Markdown renderer for the CLI" arch=('x86_64') url="https://github.com/charmbracelet/glow" license=('MIT') provides=("${pkgname%-bin}") conflicts=("${pkgname%-bin}") source_x86_64=("$url/releases/download/v$pkgver/${pkgname%-bin}_${pkgver}_linux_x86_64.tar.gz") sha256sums_x86_64=('a1dae7324b778bc3870d3508b79fde1df01e4fb2558d33edec3b71718fd878fa') package() { install -Dm755 "${pkgname%-bin}" "$pkgdir/usr/bin/${pkgname%-bin}" install -Dm644 "LICENSE" "$pkgdir/usr/share/licenses/${pkgname%-bin}/LICENSE" } # vim:set ts=4 sw=4 et: