dnote-cli: rename binary from cli to dnote like it is upstream
This commit is contained in:
parent
77750bb9fe
commit
7f9a000287
|
@ -1,10 +1,10 @@
|
|||
# Template file for 'dnote-cli'
|
||||
pkgname=dnote-cli
|
||||
version=0.4.4
|
||||
revision=1
|
||||
wrksrc=cli-${version}
|
||||
revision=2
|
||||
wrksrc="cli-${version}"
|
||||
build_style=go
|
||||
go_import_path="github.com/dnote-io/cli"
|
||||
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>"
|
||||
|
@ -20,6 +20,9 @@ pre_build() {
|
|||
|
||||
post_install() {
|
||||
vlicense LICENSE
|
||||
|
||||
# Rename the bianry form cli to dnote
|
||||
mv ${DESTDIR}/usr/bin/{cli,dnote}
|
||||
}
|
||||
|
||||
do_check() {
|
||||
|
|
Loading…
Reference in New Issue