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