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: diskonaut-0.9.0 #23924

Merged
merged 1 commit into from
Aug 12, 2020
Merged
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
15 changes: 15 additions & 0 deletions srcpkgs/diskonaut/template
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# Template file for 'diskonaut'
pkgname=diskonaut
version=0.9.0
revision=1
build_style=cargo
short_desc="TUI disk space navigator written in rust"
maintainer="cinerea0 <cinerea0@protonmail.com>"
license="MIT"
homepage="https://github.com/imsnif/diskonaut"
distfiles="https://github.com/imsnif/diskonaut/archive/${version}.tar.gz"
checksum=93564a195a62796f95eacc154ad10df8f1050c8a0b2e2e22a0612228c930c1f5

post_install() {
vlicense LICENSE
}