Fetchers
This commit is contained in:
parent
07e0a429ec
commit
71546c29c5
|
@ -1,7 +1,7 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
pkgname=fastfetch
|
pkgname=fastfetch
|
||||||
version=1.9.1.rc.gb0c1925
|
version=1.9.1.e2abe31
|
||||||
revision=1
|
revision=2
|
||||||
short_desc="Like neofetch, but much faster because written in c (NOT MY SOFTWARE)"
|
short_desc="Like neofetch, but much faster because written in c (NOT MY SOFTWARE)"
|
||||||
maintainer="Tracker-Friendly <jliwin98@danwin1210.de>"
|
maintainer="Tracker-Friendly <jliwin98@danwin1210.de>"
|
||||||
homepage="https://github.com/fastfetch-cli/fastfetch"
|
homepage="https://github.com/fastfetch-cli/fastfetch"
|
||||||
|
@ -40,5 +40,5 @@ do_build() {
|
||||||
}
|
}
|
||||||
|
|
||||||
do_install() {
|
do_install() {
|
||||||
:
|
rm -rf ${DESTDIR}/usr/bin/flashfetch
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
pkgname=neofetch
|
pkgname=neofetch
|
||||||
version=7.1.0
|
version=7.1.0
|
||||||
revision=6
|
revision=7
|
||||||
short_desc="Simple system information script (not my software)"
|
short_desc="Simple system information script (not my software)"
|
||||||
maintainer="Tracker-Friendly <jliwin98@danwin1210.de>"
|
maintainer="Tracker-Friendly <jliwin98@danwin1210.de>"
|
||||||
homepage="https://codeberg.org/EvolutionOS/neofetch"
|
homepage="https://codeberg.org/EvolutionOS/neofetch"
|
||||||
|
|
Reference in New Issue