# Contributor: Horst Burkhardt # Maintainer: Horst Burkhardt pkgname=schismtracker pkgver=20200412 pkgrel=0 pkgdesc="A highly portable Impulse Tracker clone" url="http://schismtracker.org/" arch="all" options="!check" # No test suite. license="GPL-2.0-only" depends="" makedepends="libbsd-dev libtool libx11-dev libxau-dev libxdmcp-dev libxext-dev python3 sdl-dev autoconf automake" subpackages="$pkgname-doc" source="$pkgname-$pkgver.tar.gz::https://github.com/schismtracker/schismtracker/archive/$pkgver.tar.gz" build() { autoreconf -i ./configure \ --prefix=/usr make } package() { make DESTDIR="$pkgdir" install } sha512sums="f4c55ad7d47c9e90aecd8fbe9be399e0b82cd8a815ba1df9c1e23141b0c8a8bb80c9256ce5530327f52b3a34bf84b918d4e1f093ab19d47c180435a63ee6f23b schismtracker-20200412.tar.gz"