void-packages/srcpkgs/vpsm/template
0x5c 2ea206b4d7 vpsm: update upstream, clean suid bit
- The suid permission bit was incorrectly being set. It is now gone. See #32156
- The upstream README indicates a move to a new GH account.
2022-04-03 10:29:19 +02:00

16 lines
459 B
Bash

# 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
}