19 lines
576 B
Bash
19 lines
576 B
Bash
# Template file for 'pockyt'
|
|
pkgname=pockyt
|
|
version=1.2
|
|
revision=2
|
|
archs=noarch
|
|
build_style=python3-module
|
|
hostmakedepends="python3-setuptools"
|
|
depends="python3-setuptools python3-parse"
|
|
pycompile_module="$pkgname"
|
|
short_desc="Automate and manage your pocket collection"
|
|
maintainer="Eivind Uggedal <eivind@uggedal.com>"
|
|
license="GPL-3.0-or-later"
|
|
homepage="https://github.com/arvindch/pockyt"
|
|
distfiles="${homepage}/archive/${version}.tar.gz"
|
|
checksum=cd9561e126a6a01c73762639eb7e38b8c509ed1412f72fcc4729b12565b9962c
|
|
|
|
post_extract() {
|
|
sed -i 's/(3, 7)/&, (3, 8)/' setup.py
|
|
}
|