🔒 Repository is read-only – file editing is disabled.
1234567891011121314151617181920212223242526272829303132
pkgname: pingus
pkgver: '0.7.6'
pkgrel: '1'
pkgdesc: A free Lemmings(tm) clone for GNU/Linux
url: 'https://pingus.seul.org'
arch: x86_64
depends:
- libmikmod
makedepends:
- scons
- sdl1-image
- sdl1-mixer
- boost
- xorg-glu
- mesa
source:
- 'https://github.com/Pingus/${pkgname}/archive/v${pkgver}.tar.gz'
- pingus-0.7.6-consolidate-1.patch
- pingus.desktop
sha256sums:
- c4cd89e1d350d2472f32de5f6266ac9f3658a3620eace3f79efac45db4323b65
- SKIP
- SKIP
build: |
cd ${pkgname}-${pkgver}
patch -Np1 -i ../pingus-0.7.6-consolidate-1.patch
scons prefix=/usr
make DESTDIR=${PKGDIR} PREFIX=/usr install
install -D -m644 ../pingus.desktop \
${PKGDIR}/usr/share/applications/pingus.desktop
package: |
true