|
|
(One intermediate revision by one other user not shown) |
Line 1: |
Line 1: |
| {{Cmd|newapkbuild ''packagename''}}
| | #REDIRECT [[Abuild_and_Helpers#Generating_new_APKBUILDs]] |
| | |
| '''newapkbuild options'''
| |
| | |
| * '''-n''' Set package name to NAME
| |
| * '''-d''' Set package description (pkgdesc) to DESC
| |
| * '''-l''' Set package license to LICENSE
| |
| * '''-u''' Set package URL
| |
| * '''-a''' Create autotools package (use ./configure ...)
| |
| * '''-C''' Create CMake pakckage (Assume cmake/ is there)
| |
| * '''-m''' Create meson package (Assume meson.build is there)
| |
| * '''-p''' Create perl package (Assume Makefile.PL is there)
| |
| * '''-y''' Create python package (Assume setup.py is there)
| |
| * '''-s''' Use sourceforge source URL
| |
| * '''-c''' Copy a sample init.d, conf.d, and install script to new directory
| |
| * '''-f''' Force even if directory already exist
| |
| * '''-h''' Show this help
| |
| | |
| [[Category:Development]] | |