void-packages/srcpkgs/dnote-cli/template
2018-03-30 17:50:46 +00:00

18 lines
534 B
Bash

# Template file for 'dnote-cli'
pkgname=dnote-cli
version=0.2.1
revision=3
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"
checksum=8a22fd2013f027162caf6482f2f82ec6ad1c7086006fadbcffd4159e1126891d
post_install() {
vlicense LICENSE
}