Skip to content

Commit

Permalink
New package: grandorgue-3.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolodavis committed Oct 16, 2023
1 parent 0d0859c commit ddcb42b
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions srcpkgs/grandorgue/template
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
# Template file for 'grandorgue'
pkgname=grandorgue
version=3.13.0
revision=1
archs="x86_64 aarch64"
build_style="cmake"
configure_args="-DCMAKE_BUILD_TYPE=Release -G Ninja"
hostmakedepends="pkg-config git ImageMagick"
makedepends="jack-devel eudev-libudev-devel zlib-devel yaml-cpp-devel wxWidgets-devel wxWidgets-common-devel wxWidgets-gtk3-devel fftw-devel wavpack-devel alsa-lib-devel"
depends="gettext po4a zip"
short_desc="Pipe Organ Simulator"
maintainer="Nicolo Davis <nicolodavis@gmail.com>"
license="GPL-2.0-or-later"
homepage="https://github.com/GrandOrgue/grandorgue"

export WX_CONFIG=wx-config-gtk3

do_fetch() {
git clone --recurse-submodules --depth 1 --branch ${version}-${revision} https://github.com/GrandOrgue/grandorgue.git ${wrksrc}
cd ${wrksrc}
}

0 comments on commit ddcb42b

Please sign in to comment.