diff --git a/recipes/recipes_emscripten/graphite2/recipe.yaml b/recipes/recipes_emscripten/graphite2/recipe.yaml index b2a66f7d633..3c0054a087e 100644 --- a/recipes/recipes_emscripten/graphite2/recipe.yaml +++ b/recipes/recipes_emscripten/graphite2/recipe.yaml @@ -7,9 +7,8 @@ package: version: ${{ version }} source: - url: https://github.com/silnrsi/graphite/releases/download/${{ version }}/${{ name - }}-${{ version }}.tgz - sha256: f99d1c13aa5fa296898a181dff9b82fb25f6cc0933dbaa7a475d8109bd54209d + url: https://github.com/silnrsi/graphite/archive/refs/tags/${{ version }}.tar.gz + sha256: 7a3b342c5681921ce2e0c2496509d30b5b078399d5a7bd2358f95166d57d91df build: number: 0 @@ -22,18 +21,18 @@ requirements: - make tests: -- script: - - test -f $PREFIX/lib/pkgconfig/graphite2.pc - - test -f $PREFIX/lib/libgraphite2.a - - test -f $PREFIX/share/graphite2/graphite2.cmake - - test -f $PREFIX/include/graphite2/Font.h +- package_contents: + files: + - lib/pkgconfig/graphite2.pc + - lib/libgraphite2.a + - share/graphite2/graphite2.cmake + - include/graphite2/Font.h about: homepage: http://graphite.sil.org/ license: LGPL-2.0-or-later license_file: COPYING - summary: A "smart font" system that handles the complexities of lesser-known languages - of the world. + summary: A "smart font" system that handles the complexities of lesser-known languages of the world. extra: recipe-maintainers: