void-packages

Void Source Packages
git clone git://ezup.dev/void-packages.git
Log | Files | Refs | README | LICENSE

commit 96810f52553f71a620afbcd8611bd64256748160
parent 70e27ac78f644b638530d045043f499d6cc5d22a
Author: Dash Eclipse <dash@ezup.dev>
Date:   Thu, 23 Jul 2020 18:44:42 +0000

New package: rig

Diffstat:
MREADME | 28++++++++++++++--------------
Asrcpkgs/rig/template | 21+++++++++++++++++++++
2 files changed, 35 insertions(+), 14 deletions(-)

diff --git a/README b/README @@ -1,16 +1,16 @@ -Dash Eclipse's Void Linux Repository ------------------------------------- +Dash Eclipse's Void Linux source packages collection +---------------------------------------------------- - [pkg] [git] [patches/notes] +[new] [git] [pkg] [patches/notes] -* dwl * - dwm systray, nordtheme color - lilo keytab-lilo patch - pass * -* scroll * - slock scrollback, scrollback-mouse, nordtheme -* wshowkeys * - telegram-desktop * [not available] -* trojan -* wterm * -* ydotool +* * dwl + dwm systray, nordtheme color + lilo keytab-lilo patch + * pass +* rig +* * scroll + slock scrollback, scrollback-mouse, nordtheme +* * wshowkeys + telegram-desktop [not available] +* * wterm +* ydotool diff --git a/srcpkgs/rig/template b/srcpkgs/rig/template @@ -0,0 +1,21 @@ +# Template file for 'rig' +pkgname=rig +version=1.11 +revision=1 +build_style=gnu-makefile +short_desc="Random identity generator" +maintainer="Dash Eclipse <dash@ezup.dev>" +license="GPL-2.0-or-later" +homepage="http://rig.sourceforge.net/" +distfiles="${DEBIAN_SITE}/main/r/rig/${pkgname}_${version}.orig.tar.gz" +checksum="00bfc970d5c038c1e68bc356c6aa6f9a12995914b7d4fda69897622cb5b77ab8" + +do_install() { + vbin rig + vman rig.6 + vmkdir usr/share/rig + vcopy data/*.idx usr/share/rig + vlicense COPYING + vdoc Changelog + vdoc README +}