summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 8943ebee5f6f73410b13c86bdc9931a129adafe0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
pkgname='hastebin'
pkgver='0.1.0'
pkgrel=1
pkgdesc='Upload data to hastebin.com via stdin'
license=('GPL2')
url='https://github.com/kevr/sprunge'

arch=('any')
depends=('python' 'python-requests')
source=('hastebin')
sha256sums=(
	'63fe4333dffa1c5226efad77ffe754ea752363b050d9bae4376871ed626c63fc'
)

package()
{
    install -Dm755 "${srcdir}/${pkgname}" "${pkgdir}/usr/bin/${pkgname}"
}