Commit 3be65ed 1 parent 13e7827 commit 3be65ed Copy full SHA for 3be65ed
File tree 1 file changed +17
-15
lines changed
1 file changed +17
-15
lines changed Original file line number Diff line number Diff line change @@ -765,21 +765,6 @@ a ppkg formula's file content only has one level mapping and shall has following
765
765
|-|
766
766
||
767
767
768
- |build system name|build script file name|
769
- |-|-|
770
- |`meson`|`meson.build`|
771
- |`cmake`|`CMakeLists.txt`|
772
- |`gmake`|`GNUMakefile` or `Makefile`|
773
- |`ninja`|`build.ninja`|
774
- |`xmake`|`xmake.lua`|
775
- |`cargo`|`Cargo.toml`|
776
- |`cabal`|`cabal.project` `cabal.project.freeze` `cabal.project.local`|
777
- |`go`|`go.mod`|
778
- |`rake`|`Rakefile`|
779
- |`autogen`|`autogen.sh`|
780
- |`autotools`|`configure.ac`|
781
- |`configure`|`configure`|
782
-
783
768
**commands that can be used out of the box:**
784
769
785
770
|command|usage-example|
@@ -876,6 +861,23 @@ a ppkg formula's file content only has one level mapping and shall has following
876
861
|`x_INCLUDE_DIR`|`$x_INSTALL_DIR/include`|
877
862
|`x_LIBRARY_DIR`|`$x_INSTALL_DIR/lib`|
878
863
864
+ ## build system name and corresponding build script file name
865
+
866
+ |build system name|build script file name|
867
+ |-|-|
868
+ |`meson`|`meson.build`|
869
+ |`cmake`|`CMakeLists.txt`|
870
+ |`gmake`|`GNUMakefile` or `Makefile`|
871
+ |`ninja`|`build.ninja`|
872
+ |`xmake`|`xmake.lua`|
873
+ |`cargo`|`Cargo.toml`|
874
+ |`cabal`|`cabal.project` `cabal.project.freeze` `cabal.project.local`|
875
+ |`go`|`go.mod`|
876
+ |`rake`|`Rakefile`|
877
+ |`autogen`|`autogen.sh`|
878
+ |`autotools`|`configure.ac`|
879
+ |`configure`|`configure`|
880
+
879
881
## ppkg formula repository
880
882
881
883
a typical hierarchical structure of a ppkg formula repository looks like below:
You can’t perform that action at this time.
0 commit comments