mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-15 21:57:02 +02:00
neofetch, screenFetch: remove package
Closes: #53485 [via git-merge-pr]
This commit is contained in:
parent
15a6acc377
commit
6e1941d07e
3 changed files with 2 additions and 33 deletions
|
@ -1,17 +0,0 @@
|
|||
# Template file for 'neofetch'
|
||||
pkgname=neofetch
|
||||
version=7.1.0
|
||||
revision=2
|
||||
build_style=gnu-makefile
|
||||
depends="bash"
|
||||
short_desc="Simple system information script"
|
||||
maintainer="Muhammad Herdiansyah <herdiansyah@netc.eu>"
|
||||
license="MIT"
|
||||
homepage="https://github.com/dylanaraps/neofetch"
|
||||
changelog="https://github.com/dylanaraps/neofetch/releases/tag/${version}"
|
||||
distfiles="${homepage}/archive/${version}/${pkgname}-${version}.tar.gz"
|
||||
checksum=58a95e6b714e41efc804eca389a223309169b2def35e57fa934482a6b47c27e7
|
||||
|
||||
post_install() {
|
||||
vlicense LICENSE.md
|
||||
}
|
|
@ -522,6 +522,7 @@ replaces="
|
|||
namecoin<=0.18.1_9
|
||||
nautilus-sendto<=3.8.6_2
|
||||
ncdns<=0.0.2_12
|
||||
neofetch<=7.1.0_2
|
||||
newt-python<=0.52.21_5
|
||||
nodejs-lts-10<=10.24.0_2
|
||||
nvidia340-dkms<=340.108_4
|
||||
|
@ -792,6 +793,7 @@ replaces="
|
|||
rpi-userland-devel<=20230920_1
|
||||
rundird<=0.2.0_1
|
||||
scantailor<=0.9.12.1_2
|
||||
screenFetch<=3.9.1_2
|
||||
seahorse-sharing<=3.8.0_4
|
||||
searchfile<=0.0.0.20180623_2
|
||||
seriespl<=2.3.5_2
|
||||
|
|
|
@ -1,16 +0,0 @@
|
|||
# Template file for 'screenFetch'
|
||||
pkgname=screenFetch
|
||||
version=3.9.1
|
||||
revision=2
|
||||
depends="bash bc xdpyinfo"
|
||||
short_desc="Bash screenshot information tool"
|
||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||
license="GPL-3.0-or-later"
|
||||
homepage="https://github.com/KittyKatt/screenFetch"
|
||||
distfiles="${homepage}/archive/v${version}.tar.gz"
|
||||
checksum=aa97dcd2a8576ae18de6c16c19744aae1573a3da7541af4b98a91930a30a3178
|
||||
|
||||
do_install() {
|
||||
vbin screenfetch-dev screenfetch
|
||||
vman screenfetch.1
|
||||
}
|
Loading…
Add table
Reference in a new issue