added 60 ports

This commit is contained in:
jmq
2022-02-05 15:39:19 -05:00
parent 88c4996e65
commit 516c20d78a
277 changed files with 52093 additions and 0 deletions
+14
View File
@@ -0,0 +1,14 @@
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/bin/
-rwxr-xr-x root/root usr/bin/prboom-plus
-rwxr-xr-x root/root usr/bin/prboom-plus-game-server
drwxr-xr-x root/root usr/share/
drwxr-xr-x root/root usr/share/games/
drwxr-xr-x root/root usr/share/games/doom/
-rw-r--r-- root/root usr/share/games/doom/prboom-plus.wad
drwxr-xr-x root/root usr/share/man/
drwxr-xr-x root/root usr/share/man/man5/
-rw-r--r-- root/root usr/share/man/man5/prboom-plus.cfg.5.gz
drwxr-xr-x root/root usr/share/man/man6/
-rw-r--r-- root/root usr/share/man/man6/prboom-plus-game-server.6.gz
-rw-r--r-- root/root usr/share/man/man6/prboom-plus.6.gz
+1
View File
@@ -0,0 +1 @@
5e294659988c0208fefa292557d8b746 prboom-plus-2.6um.tar.gz
+5
View File
@@ -0,0 +1,5 @@
untrusted comment: verify with /etc/ports/jmq.pub
RWTTPlFarK9CxF9QamIKr6x7usptNuW+ya5n6+iLhAaGkqfqyJ//s/Wnq16bAvWlpzMDJzE1h4v46sF1uX49wZfNbMOHHtsl8Q8=
SHA256 (Pkgfile) = 5f25699c5553380cb6c27e7e92fcb83de4e07f1df90ae58e315c0ac449b72202
SHA256 (.footprint) = 22d5c2fc22848a763bb59f224e97cacc11f8aa72e4e128a1a589be669245cc31
SHA256 (prboom-plus-2.6um.tar.gz) = fed5553509c5e7211a02d159c212c61030dbc7e8bb1ed0adfecfad573074191b
+21
View File
@@ -0,0 +1,21 @@
# Description: classic first-person shooter with demons and ghouls
# URL: http://prboom-plus.sourceforge.net/
# Maintainer: John McQuah, jmcquah at disroot dot org
# Depends on: cmake sdl2_net sdl2_mixer sdl2_image libmad
# Nice to have: fluidsynth portmidi timidity++
name=prboom-plus
version=2.6um
release=1
source=(https://github.com/coelckers/prboom-plus/archive/v$version/$name-$version.tar.gz)
build() {
cd "$name-$version"/prboom2
mkdir build && cd build
cmake .. -DCMAKE_INSTALL_PREFIX="/usr/" -DCMAKE_BUILD_TYPE=Release
make
make DESTDIR=$PKG install
rm -rf "$PKG/usr/share/doc"
}