18 lines
485 B
Bash
18 lines
485 B
Bash
# Template file for 'todoist'
|
|
pkgname=todoist
|
|
version=0.20.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="https://github.com/sachaos/todoist/archive/refs/tags/v${version}.tar.gz"
|
|
checksum=cd496259a37f1b9868eddcc3d3f83b63b82eb94b7ab4830ad3f490fed51a5918
|
|
|
|
post_install() {
|
|
vdoc README.md
|
|
vlicense LICENSE
|
|
}
|