18 lines
485 B
Bash
18 lines
485 B
Bash
# Template file for 'todoist'
|
|
pkgname=todoist
|
|
version=0.18.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=2cc89bdf44d5a9bda6f748069cf8841e10e3b0c14dd4ddb17d5b1f7a7bc7d759
|
|
|
|
post_install() {
|
|
vdoc README.md
|
|
vlicense LICENSE
|
|
}
|