15 lines
519 B
Bash
15 lines
519 B
Bash
# Template file for 'pockyt'
|
|
pkgname=pockyt
|
|
version=1.0
|
|
revision=1
|
|
noarch=yes
|
|
build_style=python2-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=75d469e0b20e00eb584df287550a19a26c0a4b56e7802ba2c3aa739a0f1521a1
|