void-packages/srcpkgs/todoist/template

18 lines
452 B
Bash

# Template file for 'todoist'
pkgname=todoist
version=0.17.0
revision=1
build_style=go
go_import_path="github.com/sachaos/todoist"
short_desc="Todoist CLI Client"
maintainer="Gerardo Di Iorio <arete74@gmail.com>"
license="MIT"
homepage="https://github.com/sachaos/todoist"
distfiles="${homepage}/archive/v${version}.tar.gz"
checksum=fb38315819aaa345fb808b6ac7e4943cd31b206efda2f655093c2b6af48edf74
post_install() {
vdoc README.md
vlicense LICENSE
}