Skip to content

Commit c830274

Browse files
FemboyJd~Jd
andauthored
feat: add hyfetch 2.0.5 (#255)
* Add hyfetch package --------- Co-authored-by: ~Jd <tildejd@trannyfaggot.lan>
1 parent 0e935f2 commit c830274

1 file changed

Lines changed: 20 additions & 0 deletions

File tree

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
pkgname=hyfetch
2+
version=2.0.5
3+
revision=1
4+
archs="x86_64"
5+
6+
hostmakedepends="python3 python3-setuptools python3-pip"
7+
8+
depends="python3 python3-psutil python3-colorama python3-typing_extensions"
9+
10+
short_desc="Neofetch fork with pride flags"
11+
maintainer="TildeJd <TildeJd@proton.me>"
12+
license="MIT"
13+
homepage="https://github.com/hykilpikonna/hyfetch"
14+
15+
distfiles="https://files.pythonhosted.org/packages/source/h/hyfetch/hyfetch-${version}.tar.gz"
16+
checksum=3034f789f64ccbecef5d5fb0103c0b1287f50434a4cdacbc7accfdc6cf7e79ca
17+
18+
do_install() {
19+
python3 -m pip install . --root=${DESTDIR} --prefix=/usr --no-deps
20+
}

0 commit comments

Comments
 (0)