Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add suloea-labs #152

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 20 additions & 0 deletions plugins/package/suloea-labs/suloea-labs.mk
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
######################################
#
# suloea-labs
#
######################################

SULOEA_LABS_VERSION = 16f2062709c2764e53c0cfdae2c49bdb1e64c411
SULOEA_LABS_SITE = https://github.com/paulfd/suloea.git
SULOEA_LABS_SITE_METHOD = git
SULOEA_LABS_DEPENDENCIES = host-cmake
SULOEA_LABS_BUNDLES = suloea.lv2

# needed for submodules support
SULOEA_LABS_PRE_DOWNLOAD_HOOKS += MOD_PLUGIN_BUILDER_DOWNLOAD_WITH_SUBMODULES

define SULOEA_LABS_POST_INSTALL_TARGET_TTLFILES
cp -rL $($(PKG)_PKGDIR)/suloea.lv2/* $(TARGET_DIR)/usr/lib/lv2/suloea.lv2/
endef

$(eval $(cmake-package))