16 lines
503 B
Bash
16 lines
503 B
Bash
# Template file for 'pockyt'
|
|
pkgname=pockyt
|
|
version=1.1
|
|
revision=1
|
|
noarch=yes
|
|
build_style=python2-module
|
|
hostmakedepends="python-setuptools"
|
|
depends="python-setuptools 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=866d62499a92c6dcba26a0957766ef981556555bb09d548dbc103056815f159b
|