From 6ff2eb6a717f5c2375434446515297cb902135a4 Mon Sep 17 00:00:00 2001 From: Georg Schabel Date: Sat, 16 May 2015 23:02:05 +0200 Subject: [PATCH] New package: fortune-mod-void-20150516 --- srcpkgs/fortune-mod-void/files/void | 58 +++++++++++++++++++++++++++++ srcpkgs/fortune-mod-void/template | 23 ++++++++++++ 2 files changed, 81 insertions(+) create mode 100644 srcpkgs/fortune-mod-void/files/void create mode 100644 srcpkgs/fortune-mod-void/template diff --git a/srcpkgs/fortune-mod-void/files/void b/srcpkgs/fortune-mod-void/files/void new file mode 100644 index 0000000000..69e8960374 --- /dev/null +++ b/srcpkgs/fortune-mod-void/files/void @@ -0,0 +1,58 @@ +xtraeme + 27,370 commits / 1,170,071 ++ / 1,019,412 -- +% +bash is the systemd of shells +% +tried it. broke with an update. deleted VM. + that was my experience with void. + looked promising but muh arch jest wurks. +% +Now how the fuck do you stop a daemon with this fucking runit? +% +Topic for #xbps: COLD BEER +% +Don't ask stupid questions when the main dev is in there, +or he'll tell you to go back to arch. +% +the trolls are leaving the caverns +and they gather on #xbpx. +% +yeah ditch that DE stuff, makes your computer go slow +% +nude pics? + you want a tarball of it? +% +not sure if drunk, trying to be funny, or wrong channel. +yes, drunk, but still right. +% +Your font rendering hurts to look at. +You hurt to look at. +% +Fucking runit, man. Even systemctl knows how to +explain itself to the noob. +% +ask a dolphin what he thinks about the cold war + record that + use it as entropy +% +and then, throw your cat over the window before doing updates +. has quit [Quit: Leaving] +his cat probably suddenly rebooted the machine +% +hi dude. I don't remember you. + Do you have a few minutes to introduce yourself? +% +I love finding deaf people when I'm traveling in +countries I don't know the language. +% +i think drivers these days are: + "load firmware" + "do magic io" +% +be careful, + if you say systemd 3 times it becomes your pid 1. +% +I only hate people that hate me. +do you hate yourself? +sometimes. +% diff --git a/srcpkgs/fortune-mod-void/template b/srcpkgs/fortune-mod-void/template new file mode 100644 index 0000000000..2a2b2567fb --- /dev/null +++ b/srcpkgs/fortune-mod-void/template @@ -0,0 +1,23 @@ +# Template file for 'fortune-mod-void' +pkgname=fortune-mod-void +version=20150516 +revision=1 +homepage="http://www.voidlinux.eu/" +short_desc="Quotes from #xbps and other void related stuff" +maintainer="Georg Schabel " +license="GPL-2" + +create_wrksrc=yes +noarch=yes +hostmakedepends="fortune-mod" +depends="${makedepends}" + +do_build() { + cp ${FILESDIR}/void ${wrksrc} + strfile void +} + +do_install() { + vmkdir usr/share/fortunes + vcopy * usr/share/fortunes +}