ports: Add mypaint port

This commit is contained in:
2026-08-24 21:53:03 +03:00
parent 889415b22a
commit 9b5fd077d2
3 changed files with 48 additions and 0 deletions
+12
View File
@@ -0,0 +1,12 @@
#!/bin/bash ../install.sh
NAME='libmypaint'
VERSION='1.6.1'
DOWNLOAD_URL="https://github.com/mypaint/libmypaint/releases/download/v$VERSION/libmypaint-$VERSION.tar.xz#741754f293f6b7668f941506da07cd7725629a793108bb31633fb6c3eae5315f"
DEPENDENCIES=('glib' 'json-c')
CONFIG_SUB=('config.sub')
CONFIGURE_OPTIONS=(
'--disable-introspection'
'--disable-i18n'
'--disable-nls'
)