17 lines
452 B
Bash
17 lines
452 B
Bash
# Template file for 'todoist'
|
|
pkgname=todoist
|
|
version=0.16.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=9d5a8f5c6b92d3d6df292f9ae96bec46049b4e4b7a482f7232e4e5b9708dfffa
|
|
|
|
post_install() {
|
|
vdoc README.md
|
|
vlicense LICENSE
|
|
}
|