diff options
author | Victor Diego Alegandro Diaz Urbaneja <sodomon2@gmail.com> | 2020-01-23 17:41:41 -0400 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2020-01-25 22:01:47 +0100 |
commit | 99f9d22adb974ebcff793e6eaeb343ddd1ff7048 (patch) | |
tree | ae27221db228da370a833cf9cfc3fd43118916ba /testing | |
parent | 1b4cc6a36d1ab2c458126a0ea1769df69722a264 (diff) | |
download | aports-99f9d22adb974ebcff793e6eaeb343ddd1ff7048.zip |
testing/cdogs-sdl: new aport
Classic overhead run-and-gun game
https://cxong.github.io/cdogs-sdl/
Diffstat (limited to 'testing')
-rw-r--r-- | testing/cdogs-sdl/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/cdogs-sdl/APKBUILD b/testing/cdogs-sdl/APKBUILD index c5b0bbad432..04d3f7d561b 100644 --- a/testing/cdogs-sdl/APKBUILD +++ b/testing/cdogs-sdl/APKBUILD @@ -8,7 +8,7 @@ url="https://cxong.github.io/cdogs-sdl/" arch="all" license="GPL-1.0-only" makedepends="cmake sdl2_image-dev sdl2-dev sdl2_mixer-dev mesa-dev" -options="!check" # make check not implemented +options="!check" #make check not implemented source="$pkgname-$pkgver.tar.gz::https://github.com/cxong/cdogs-sdl/archive/$pkgver.tar.gz" build() { |