Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 17 additions & 0 deletions srcpkgs/hyfetch/template
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# Template file for 'hyfetch'
pkgname=hyfetch
version=2.0.5
revision=1
build_style=cargo
make_install_args="--path crates/hyfetch"
short_desc="Customizable fetch tool with pride flags and multiple backends"
maintainer="Kutay <kutaygb@tuta.com>"
license="MIT"
homepage="https://github.com/hykilpikonna/hyfetch"
changelog="${homepage}/releases/tag/${version}"
distfiles="${homepage}/archive/refs/tags/${version}.tar.gz"
checksum=32942e558288f7939ae4ff1cc2ceccd9dcc9112074afc598b230c03b13c7bfca

post_install() {
vlicense LICENSE.md
}