vpsm: remove package

Project appears to be dead, latest commit was made 5 years ago and vpsm
doesn't meet quality requirements.
This commit is contained in:
meator 2024-03-18 15:28:38 +01:00 committed by classabbyamp
parent 8d08b5dc78
commit fb831678cb
3 changed files with 1 additions and 35 deletions

View file

@ -736,6 +736,7 @@ replaces="
vkd3d<=1.3_1
volnoti<=0.1_1
volume_key-python<=0.3.12_5
vpsm<=0.1.2_2
vte-devel<=0.28.2_16
vte-python<=0.28.2_16
vte290-devel<=0.36.5_5

View file

@ -1,19 +0,0 @@
Do not apply the setuid permission bit on the vpsm script
See https://github.com/void-linux/void-packages/issues/32156
see https://github.com/sineto/vpsm/pull/2
--
--- a/Makefile
+++ b/Makefile
@@ -16,7 +16,7 @@
.PHONY: install
install:
- install -Dm4755 vpsm $(DESTDIR)$(PREFIX)/bin/vpsm
+ install -Dm755 vpsm $(DESTDIR)$(PREFIX)/bin/vpsm
install -Dm644 man/vpsm.1 $(DESTDIR)/$(PREFIX)/share/man/man1/vpsm.1
.PHONY: uninstall

View file

@ -1,16 +0,0 @@
# Template file for 'vpsm'
pkgname=vpsm
version=0.1.2
revision=2
build_style=gnu-makefile
depends="bash xtools ripgrep hub"
short_desc="Void-Packages Sources Management wrapper for XBPS-SRC"
maintainer="Sinésio Neto <sinetoami@gmail.com>"
license="MIT"
homepage="https://github.com/sineto/vpsm"
distfiles="${homepage}/archive/v${version}.tar.gz"
checksum=7317439096f56371397eb1250a81ff83e53740c14163993cf6668e9f0c4bdc2f
post_install() {
vlicense LICENSE
}