|
|
|
@ -9,7 +9,7 @@ class Recipe(recipe.Recipe):
@@ -9,7 +9,7 @@ class Recipe(recipe.Recipe):
|
|
|
|
|
btype = BuildType.MESON |
|
|
|
|
stype = SourceType.TARBALL |
|
|
|
|
#configure_options = ' --enable-static --disable-frontend --disable-decoder' |
|
|
|
|
url = 'https://git.zrythm.org/cgit/zrythm/snapshot/zrythm-%(version)s.tar.gz' |
|
|
|
|
url = 'https://git.zrythm.org/zrythm/zrythm/archive/%(version)s.tar.gz' |
|
|
|
|
tarball_checksum = '6a926b25367fc4ecac0443c772a3581a96404a443dbac6a65286f6df7c9a6021' |
|
|
|
|
|
|
|
|
|
deps = [#'gtk3', |
|
|
|
|