Skip to content

Instantly share code, notes, and snippets.

/PKGBUILD Secret

Created March 12, 2016 18:12
Show Gist options
  • Save anonymous/082b9f8cde6aeb8bffdf to your computer and use it in GitHub Desktop.
Save anonymous/082b9f8cde6aeb8bffdf to your computer and use it in GitHub Desktop.
# Maintainer: cth451 <cth451@gmail.com>
_origin=linthesia
pkgname=$_origin-git
pkgver=0.4.3
pkgrel=3
pkgdesc="A game of playing music. A fork of Synthesia"
arch=('i686' 'x86_64')
url="http://linthesia.sourceforge.net/"
license=('GPL2')
depends=('gtkmm' 'gconfmm' 'gtkglextmm' 'alsa-lib' 'fluidsynth')
makedepends=('gtkmm' 'gconfmm' 'gtkglextmm' 'alsa-lib' 'rtmidi' 'sfml')
source=("git+https://github.com/allan-simon/$_origin.git")
sha256sums=('SKIP')
build() {
cd "$srcdir/$_origin"
autoreconf -i
./configure
make
}
package () {
cd "$srcdir/$_origin"
make DESTDIR="$pkgdir" install
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment