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: hyfetch-1.4.1 #39489

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
18 changes: 18 additions & 0 deletions srcpkgs/hyfetch/template
@@ -0,0 +1,18 @@
# Template file for 'hyfetch'
pkgname=hyfetch
version=1.4.1
revision=1
build_style=python3-module
makedepends="python3-setuptools python3-typing_extensions"
depends="python3 python3-setuptools python3-typing_extensions"
short_desc="Neofetch with LGBTQ pride flags"
maintainer="Gingeh <pugdogbeagledog@gmail.com>"
license="MIT"
homepage="https://github.com/hykilpikonna/hyfetch"
changelog="${homepage}/releases/tag/${version}"
distfiles="${homepage}/archive/refs/tags/${version}.tar.gz"
checksum=15c800a231a098becb63b5f1d4224cf6c3404fd605f44f640b768f797a2a727f

post_install() {
vlicense LICENSE.md
}