summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 3709724e2a71112c61c8f03414194a7f40fd4dcf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# Maintainer: Alexander Praehauser <ahprae@protonmail.com>
_pkgbasename=om-sharp-bin
pkgname=${_pkgbasename}
pkgver=1.5
pkgrel=1
pkgdesc="Offshoot and inofficial successor to the OpenMusic composition software"
arch=("x86_64")
url="https://cac-t-u-s.github.io/"
license=("GPL3")
depends=("desktop-file-utils" "gdk-pixbuf2" "portmidi" "libsndfile")
optdepends=("jack: JACK audio support"
	    "libsamplerate: speed up audio-waveform drawing")
makedepends=("rsync")
provides=("${_pkgbasename}")
conflicts=("${_pkgbasename}")
# Note that the openmusic executable may not be compressed/stripped.
# (http://www.lispworks.com/kb/a15fc2ea99b4f8f5802571fe0057705a.html)
options=(!strip)
source=("https://github.com/cac-t-u-s/om-sharp/releases/download/v$pkgver/om-sharp-$pkgver-1.deb")
sha256sums=('49de7fec06b8f3d44f0abff0275fea8c6906b6fa3f97d84eb01eb52414686165')


package() {
bsdtar --no-same-owner -s/lib64/lib/ -xvf data.tar.xz -C "$pkgdir"
}