Adding chakra-paste to the repositories.

This commit is contained in:
Daniele 2013-03-02 23:33:33 +00:00
parent bd33289fe0
commit a1ba364daa

View File

@ -0,0 +1,22 @@
# Chakra Packages for Chakra, part of chakra-project.org
# maintainer: Daniele Cocca <jmc@chakra-project.org>
pkgname=chakra-paste
pkgver=1.0
pkgrel=1
depends=('python3' 'python3-requests' 'python3-appdirs')
pkgdesc="Small Python 3 script to automate the uploading of files to a Sticky Notes pastebin service."
arch=('any')
license=('BSD')
url="http://gitorious.org/chakra-paste"
source=("${pkgname}-${pkgver}.tar.gz"::"http://gitorious.org/${pkgname}/${pkgname}/archive-tarball/v${pkgver}")
md5sums=('026393d07c193c91be715fdac0b1e251')
package() {
cd "${srcdir}/${pkgname}-${pkgname}"
install -D -m777 chakra-paste \
"${pkgdir}/usr/bin/chakra-paste"
}
# vim:set ts=2 sw=2 et: