Created
April 20, 2020 17:56
-
-
Save jujudusud/c78044f2f26538b847f1207ce48c993a to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Maintainer: jujudusud <jujudusud gmail com> | |
pkgname=FreeMajor | |
pkgver=1.0 | |
pkgrel=1 | |
pkgdesc="TC Electronic G-Major editor" | |
arch=('x86_64') | |
url='https://github.com/linuxmao-org/FreeMajor/' | |
license=('Boost Software License 1.0') | |
depends=('jack') | |
source=("https://github.com/linuxmao-org/FreeMajor/releases/download/v${pkgver}/${pkgname}-${pkgver}.tar.gz" "FreeMajor.desktop") | |
build() { | |
mkdir FreeMajor/build | |
cd FreeMajor/build | |
cmake .. | |
cmake --build . | |
cd .. | |
./build/FreeMajor | |
} | |
package() { | |
make install | |
} | |
sha1sums=('f9015994dd2bfe36f63af7c1eed825136bf2a84e' | |
'2664bf8f2e3226a44e0e12c61371c4441b278d39') |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment