15 lines
521 B
Bash
15 lines
521 B
Bash
|
# Template file for 'pdd'
|
||
|
pkgname=pdd
|
||
|
version=1.1
|
||
|
revision=1
|
||
|
build_style=gnu-makefile
|
||
|
depends="python3-dateutil"
|
||
|
# Tests aren't on 1.1 yet but they are already on upstream
|
||
|
checkdepends="python3-dateutil python3-pytest"
|
||
|
short_desc="Tiny date, time diff calculator"
|
||
|
maintainer="maxice8 <thinkabit.ukim@gmail.com>"
|
||
|
license="GPL-3.0-or-later"
|
||
|
homepage="https://github.com/jarun/pdd"
|
||
|
distfiles="https://github.com/jarun/pdd/archive/v${version}.tar.gz"
|
||
|
checksum=5806bb119af6d8672b1173073225cc398c8807a4c1a4da8751be68b05d3d43d7
|