ports: Add libcroco port

This commit is contained in:
2026-08-24 20:58:09 +03:00
parent 48d8902e98
commit d22ff2cbc4
2 changed files with 42 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
#!/bin/bash ../install.sh
NAME='libcroco'
VERSION='0.6.13'
DOWNLOAD_URL="https://download.gnome.org/sources/libcroco/${VERSION%.*}/libcroco-$VERSION.tar.xz#767ec234ae7aa684695b3a735548224888132e063f92db585759b422570621d4"
DEPENDENCIES=('glib' 'libxml2')
CONFIG_SUB=('config.sub')
CONFIGURE_OPTIONS=(
'--disable-static'
'--enable-shared'
)