14 lines
502 B
Bash
14 lines
502 B
Bash
# Template file for 'pockyt'
|
|
pkgname=pockyt
|
|
version=1.4.2
|
|
revision=1
|
|
build_style=python3-module
|
|
hostmakedepends="python3-setuptools"
|
|
depends="python3-setuptools python3-parse"
|
|
pycompile_module="$pkgname"
|
|
short_desc="Automate and manage your pocket collection"
|
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
|
license="GPL-3.0-or-later"
|
|
homepage="https://github.com/arvindch/pockyt"
|
|
distfiles="${homepage}/archive/${version}.tar.gz"
|
|
checksum=26d16ad6f2dad7db8726f538a9b49ac268731ea3b323c6d48d56873527c35e0b
|