d78cb0d201
some packages were dropped but their maintainer= was not updated in template. this will help new maintainers adopt these packages. -> https://github.com/void-linux/void-packages/pull/13930#issuecomment-524610652
15 lines
545 B
Bash
15 lines
545 B
Bash
# Template file for 'pdd'
|
|
pkgname=pdd
|
|
version=1.4
|
|
revision=1
|
|
archs=noarch
|
|
build_style=gnu-makefile
|
|
depends="python3-dateutil"
|
|
checkdepends="python3-dateutil python3-pytest"
|
|
short_desc="Tiny date, time diff calculator"
|
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
|
license="GPL-3.0-or-later"
|
|
homepage="https://github.com/jarun/pdd"
|
|
changelog="https://raw.githubusercontent.com/jarun/pdd/master/CHANGELOG"
|
|
distfiles="https://github.com/jarun/pdd/archive/v${version}.tar.gz"
|
|
checksum=e3d2ec2ebfd94572d033f94885a99906343459431f3299cf945c7bd6f1258eab
|