mirror of
https://gitdl.cn/https://github.com/chakralinux/desktop.git
synced 2025-01-25 02:52:13 +08:00
Adding chakra-paste to the repositories.
This commit is contained in:
parent
bd33289fe0
commit
a1ba364daa
22
tools-pkg-chakra-paste/PKGBUILD
Normal file
22
tools-pkg-chakra-paste/PKGBUILD
Normal 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:
|
Loading…
Reference in New Issue
Block a user