initial commit

master
an 2019-10-26 01:24:39 -04:00
işleme 18058432eb
3 değiştirilmiş dosya ile 34 ekleme ve 0 silme

12
README.md Normal file
Dosyayı Görüntüle

@ -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"
```

5
copy Executable file
Dosyayı Görüntüle

@ -0,0 +1,5 @@
#!/usr/bin/env fish
for dir in srcpkgs/*
cp -r (readlink -f "$dir") (xdistdir)/srcpkgs/
end

17
srcpkgs/alephone/template Normal file
Dosyayı Görüntüle

@ -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 <marrub@greyserv.net"
license="GPL-3.0-or-later"
homepage="https://alephone.lhowon.org/"
changelog="https://github.com/Aleph-One-Marathon/alephone/releases/tag/${version}"
distfiles="https://github.com/Aleph-One-Marathon/alephone/releases/download/release-${version}/AlephOne-${version}.tar.bz2"
checksum=02bcbe02aea3d3ffb7d1ad13ac7bbfa2b3bfe3c2bd37c65b637b9883b9114c96
wrksrc="AlephOne-${version}"