Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New package: neuron-1.0.1.0 #26998

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
24 changes: 24 additions & 0 deletions srcpkgs/neuron/template
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
# Template file for 'neuron'
pkgname=neuron
version=1.0.1.0
revision=1
archs="x86_64"
create_wrksrc=yes
hostmakedepends="wget"
short_desc="Command-line app for managing Zettelkasten notes"
maintainer="hazyan <hazayan@hotmail.com>"
license="AGPL-3.0-or-later"
homepage="https://github.com/srid/neuron"
distfiles="https://github.com/srid/neuron/releases/download/${version}/neuron-${version}-linux.tar.gz"
checksum=25d0c2c27e8840ec527ea66823844bf880fc00b3dd43b171d93b99172f4afa2b

post_extract() {
cd "${wrksrc}"
wget https://raw.githubusercontent.com/srid/neuron/master/LICENSE
}

do_install() {
cd "${wrksrc}"
vbin neuron
vlicense LICENSE
}