14 lines
509 B
Bash
14 lines
509 B
Bash
# Template file for 'pockyt'
|
|
pkgname=pockyt
|
|
version=1.4.6
|
|
revision=2
|
|
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=91c4e89dec141b8999feeab963fb652ea2026147ced44eea449c05d7d464cccf
|
|
make_check=no # no tests available
|