dnote-cli: remove package.
Package hasn't been maintained for a long time, upstream is at version 0.12.0. Even upstream's move to Go modules didn't lead to an update.
This commit is contained in:
parent
ee08ecc002
commit
afb77ed1db
2 changed files with 1 additions and 31 deletions
|
@ -1,31 +0,0 @@
|
|||
# Template file for 'dnote-cli'
|
||||
pkgname=dnote-cli
|
||||
version=0.6.2
|
||||
revision=1
|
||||
wrksrc="cli-${version}"
|
||||
build_style=go
|
||||
go_import_path=github.com/dnote-io/cli
|
||||
go_build_tags="fts5"
|
||||
hostmakedepends="git dep"
|
||||
short_desc="Capture what you learn as you code without leaving the command line"
|
||||
maintainer="Toyam Cox <Vaelatern@voidlinux.org>"
|
||||
license="MIT"
|
||||
homepage="https://dnote.io/"
|
||||
distfiles="https://github.com/dnote-io/cli/archive/v${version}.tar.gz"
|
||||
checksum=886f09dc20ff9cb56bdbc71eb7e78e7099b541fa0d830d4b4d0251b2fb32ad06
|
||||
|
||||
pre_build() {
|
||||
cd $GOSRCPATH
|
||||
dep ensure
|
||||
}
|
||||
|
||||
post_install() {
|
||||
vlicense LICENSE
|
||||
|
||||
# Rename the bianry form cli to dnote
|
||||
mv ${DESTDIR}/usr/bin/{cli,dnote}
|
||||
}
|
||||
|
||||
do_check() {
|
||||
./scripts/test.sh
|
||||
}
|
|
@ -35,6 +35,7 @@ replaces="
|
|||
dleyna-core<=0.6.0_2
|
||||
dleyna-renderer<=0.6.0_2
|
||||
dleyna-server<=0.6.0_2
|
||||
dnote-cli<=0.6.2_1
|
||||
docker2aci<=0.17.2_4
|
||||
ebtables<=2.0.10.4_8
|
||||
eclipse-ecj<=4.9_3
|
||||
|
|
Loading…
Reference in a new issue