https://github.com/programmer-ke/devpkg
A package manager that downloads and installs software from source.
https://github.com/programmer-ke/devpkg
Last synced: over 1 year ago
JSON representation
A package manager that downloads and installs software from source.
- Host: GitHub
- URL: https://github.com/programmer-ke/devpkg
- Owner: programmer-ke
- Created: 2013-02-25T14:37:45.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2013-02-25T14:48:21.000Z (over 13 years ago)
- Last Synced: 2025-01-03T21:43:35.310Z (over 1 year ago)
- Language: C
- Homepage:
- Size: 129 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Devpkg - a package manager that downloads and installs from source.
Based on Zed Shaw's book: http://c.learncodethehardway.org/book/ex26.html
### TODO
- Replace Apache Portable Runtime with Linux specific API (cannot solve error: unknown type name ‘off64_t’)
- Modify it to use checkinstall