void-packages/srcpkgs/dnote-cli/template

19 lines
534 B
Bash
Raw Normal View History

2018-02-13 09:19:31 +01:00
# Template file for 'dnote-cli'
pkgname=dnote-cli
2018-07-25 03:30:41 +02:00
version=0.2.1
revision=4
2018-02-13 09:19:31 +01:00
wrksrc=cli-${version}
build_style=go
go_import_path="github.com/dnote-io/cli"
hostmakedepends="git dep"
short_desc="Capture what you learn as you code without leaving the command line"
maintainer="Toyam Cox <Vaelatern@Voidlinux.eu>"
license="MIT"
homepage="https://dnote.io/"
distfiles="https://github.com/dnote-io/cli/archive/v${version}.tar.gz"
2018-07-25 03:30:41 +02:00
checksum=8a22fd2013f027162caf6482f2f82ec6ad1c7086006fadbcffd4159e1126891d
2018-02-13 09:19:31 +01:00
post_install() {
vlicense LICENSE
}