# Maintainer: Isabella Basso do Amaral pkgname=fpaste pkgver=0.4.4.0 pkgrel=1 pkgdesc='A cli frontend for the fpaste.org pastebin' arch=('any') url='https://pagure.io/fpaste' license=('GPL3') depends=('python') source=("https://pagure.io/fpaste/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz") sha256sums=('04facdf7f542737343630b0ebb22d73c38dd355d689274e50a804c2b3692b623') package() { cd "$pkgname-$pkgver" install -D -m755 'fpaste' "$pkgdir/usr/bin/fpaste" install -D -m644 'docs/man/en/fpaste.1' "$pkgdir/usr/share/man/man1/fpaste.1" }