# Maintainer: Christian Muehlhaeuser # Contributor: Stephen Gregoratto pkgname=glow-bin pkgver=1.2.1 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=('b7df93616d2d9d733f05879da45e013f9c3815061bb90cfbe377414ae72dfce3') 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: