dellelce / mkit

build software from (latest available) source
1 stars 2 forks source link

clean-up profile structure #13

Open dellelce opened 4 years ago

dellelce commented 4 years ago

Current profile structure is scattered in multiple directories and it is not clear.

dellelce commented 4 years ago

Possible new package structure, the all the files will sit under a directory named after the package name and will have the following structure:

Name Description
environment environment variables
name.options file holding options to be used by build tools (gcc, make etc)
build.sh main build script
hooks Directory with "hooks" scripts
tests Directory with "tests"
dellelce commented 4 years ago

PR with work: https://github.com/dellelce/mkit/pull/16