From 18058432eb987536656ce784be225e89263ed8ff Mon Sep 17 00:00:00 2001 From: Alison Watson Date: Sat, 26 Oct 2019 01:24:39 -0400 Subject: [PATCH] initial commit --- README.md | 12 ++++++++++++ copy | 5 +++++ srcpkgs/alephone/template | 17 +++++++++++++++++ 3 files changed, 34 insertions(+) create mode 100644 README.md create mode 100755 copy create mode 100644 srcpkgs/alephone/template diff --git a/README.md b/README.md new file mode 100644 index 0000000..9c98964 --- /dev/null +++ b/README.md @@ -0,0 +1,12 @@ +# Project Golan Void Packages + +This is a repository of packages for Void Linux that I use. To save space and +effort this is only a partial repository, containing only added files. If you +wish to use these srcpkgs you can use the `copy` script to copy them into your +`xdistdir`. (This requires `xtools`.) + +If you just want the binary packages, you can do: + +``` +su -c "echo 'repository=http://mab.greyserv.net/void' > /etc/xbps.d/77-greyserv.conf" +``` diff --git a/copy b/copy new file mode 100755 index 0000000..d47942e --- /dev/null +++ b/copy @@ -0,0 +1,5 @@ +#!/usr/bin/env fish + +for dir in srcpkgs/* + cp -r (readlink -f "$dir") (xdistdir)/srcpkgs/ +end diff --git a/srcpkgs/alephone/template b/srcpkgs/alephone/template new file mode 100644 index 0000000..7262804 --- /dev/null +++ b/srcpkgs/alephone/template @@ -0,0 +1,17 @@ +# Template file for 'alephone' +pkgname=alephone +version=20190331 +revision=1 +build_style=gnu-configure +hostmakedepends="pkg-config" +makedepends="boost-devel libcurl-devel expat-devel ffmpeg-devel libpng-devel + SDL2-devel SDL2_ttf-devel SDL2_image-devel SDL2_net-devel + SDL2_mixer-devel speex-devel speexdsp-devel zziplib-devel" +short_desc="Marathon 1, 2, and Infinity source port with extensions" +maintainer="Alison Watson