summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 7fde10d92fe09d5c10c631d38a9bc2648704bf68 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Maintainer: Isabella Basso do Amaral <isabbasso at riseup dot net>

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"
}