Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bl8/bockbuild
Light-weight build/packaging/bundling system for OS X, Linux, and Windows.
https://github.com/bl8/bockbuild
Last synced: about 2 months ago
JSON representation
Light-weight build/packaging/bundling system for OS X, Linux, and Windows.
- Host: GitHub
- URL: https://github.com/bl8/bockbuild
- Owner: bl8
- License: mit
- Created: 2010-09-16T18:59:41.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2012-09-02T19:34:41.000Z (over 12 years ago)
- Last Synced: 2023-03-11T07:18:01.162Z (almost 2 years ago)
- Language: Python
- Homepage: http://abock.org
- Size: 815 KB
- Stars: 1
- Watchers: 2
- Forks: 10
- Open Issues: 0
-
Metadata Files:
- Readme: README
- License: COPYING
Awesome Lists containing this project
README
bockbuild is a light-weight build system that can both build and shape bundles
for GTK/Mono applications on OS X. Building is easily supported for both Linux
and Windows as well.A build profile can be defined to build a complete jail of dependencies to
allow for locally running applications from source without affecting the
system libraries or other environment.It was initially developed to build all of Banshee's dependencies and shape
them into a .app bundle.solitary is the component that walks top-level components of an application
to collect all of their dependencies. It is technically a standalone component
that works against both native and managed code, resulting in a relocatable
application structure. Currently it only works for native code on OS X/darwin.