Skip to content
Merged
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
20 changes: 20 additions & 0 deletions vup/srcpkgs/utilities/hyfetch/template
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
pkgname=hyfetch
version=2.0.5
revision=1
archs="x86_64"

hostmakedepends="python3 python3-setuptools python3-pip"

depends="python3 python3-psutil python3-colorama python3-typing_extensions"

short_desc="Neofetch fork with pride flags"
maintainer="TildeJd <TildeJd@proton.me>"
license="MIT"
homepage="https://github.com/hykilpikonna/hyfetch"

distfiles="https://files.pythonhosted.org/packages/source/h/hyfetch/hyfetch-${version}.tar.gz"
checksum=3034f789f64ccbecef5d5fb0103c0b1287f50434a4cdacbc7accfdc6cf7e79ca

do_install() {
python3 -m pip install . --root=${DESTDIR} --prefix=/usr --no-deps
}