We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e935f2 commit c830274Copy full SHA for c830274
1 file changed
vup/srcpkgs/utilities/hyfetch/template
@@ -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