void-packages/srcpkgs/pockyt/template
2016-05-05 12:12:03 +02:00

19 lines
576 B
Bash

# Template file for 'pockyt'
pkgname=pockyt
version=0.9
revision=1
noarch=yes
build_style=python-module
hostmakedepends="python-setuptools"
depends="python-setuptools python-requests python-parse"
pycompile_module="${pkgname}"
short_desc="Automate and manage your pocket collection"
maintainer="Eivind Uggedal <eivind@uggedal.com>"
license="GPL-3"
homepage="https://github.com/arvindch/pockyt"
distfiles="${homepage}/archive/${version}.tar.gz"
checksum=6448feb84e71f53b2bfde50f9d6e0673a58112b3e8e6e2744b9bd86923175c1e
pre_build() {
sed -i 's/unicode_literals,//' setup.py
}