Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tchx84/olpc-au-packages
Helper script to build packages directly from source repository
https://github.com/tchx84/olpc-au-packages
Last synced: about 1 month ago
JSON representation
Helper script to build packages directly from source repository
- Host: GitHub
- URL: https://github.com/tchx84/olpc-au-packages
- Owner: tchx84
- Created: 2014-09-26T14:37:47.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-09-26T15:55:19.000Z (over 10 years ago)
- Last Synced: 2024-10-15T23:35:16.770Z (3 months ago)
- Language: Shell
- Size: 95.7 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
OLPC Australia Packages
=======================This repository contains the necessary files to package the OLPC AU custom
libraries, such as sugar. This is a new attemp to ease the development of
these custom packages.What is it for?
-----------------------* Builds packages directly from source repositories.
* No need to maintain a parallel repository for paches.
* Developers can work directly on the source repositories.
* Packagers only needs to know which commit to use.How do I build a package?
----------------To generate packages, simply specify the name of the package.
```
./build sugar
```How does it work?
-----------------* Tags spec file #GitUrl and #GitCommit (see current projects as examples).
* Use Source0, Name and Version spec fields.