Update recipes

This commit is contained in:
Ribbon 2024-06-12 17:39:17 +00:00
parent 10bf9f1590
commit e9a9a7f510
2 changed files with 4 additions and 0 deletions

View File

@ -7,6 +7,8 @@ dependencies = [
"cairo",
]
script = """
rsync -av --delete "${COOKBOOK_SOURCE}/" ./
./autogen.sh
COOKBOOK_CONFIGURE="./configure"
cookbook_configure
"""

View File

@ -5,6 +5,8 @@ rev = "37884f864d6fd9b04f44677cb04da15d0c9d6526"
[build]
template = "custom"
script = """
rsync -av --delete "${COOKBOOK_SOURCE}/" ./
./autogen.sh
COOKBOOK_CONFIGURE="./configure"
cookbook_configure
"""