14 lines
509 B
Bash
14 lines
509 B
Bash
# Template file for 'pockyt'
|
|
pkgname=pockyt
|
|
version=1.4.3
|
|
revision=1
|
|
build_style=python3-module
|
|
hostmakedepends="python3-setuptools"
|
|
depends="python3-setuptools python3-parse"
|
|
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=24ef22d63f798a0134d6ccfffdcc0278165b0d683115cf2376e6443e9a765a85
|
|
make_check=no # no tests available
|