wok view tree-sitter/receipt @ rev 25524

created recipes for tree-sitter and tree-sitter-dev 0.20.7
author Hans-G?nter Theisgen
date Fri Feb 24 17:21:52 2023 +0100 (15 months ago)
parents
children 595fe6959202
line source
1 # SliTaz package receipt.
3 PACKAGE="tree-sitter"
4 VERSION="0.20.7"
5 CATEGORY="development"
6 SHORT_DESC="An incremental parsing system for programming tools."
7 MAINTAINER="maintainer@slitaz.org"
8 LICENSE="MIT"
9 WEB_SITE="https://tree-sitter.github.io/tree-sitter/"
11 TARBALL="$PACKAGE-$VERSION.tar.gz"
12 WGET_URL="https://github.com/$PACKAGE/$PACKAGE/archive/refs/tags/v$VERSION.tar.gz"
14 # Rules to configure and make the package.
15 compile_rules()
16 {
17 make PREFIX=/usr &&
18 make install PREFIX=/usr
19 }
21 # Rules to gen a SliTaz package suitable for Tazpkg.
22 genpkg_rules()
23 {
24 cook_copy_files *.so*
25 }