KO
|
EN
gitlite — search
Search
#javascript
#python
#hacktoberfest
#react
#ai
#typescript
#llm
#go
#golang
#android
#machine-learning
#rust
#deep-learning
#linux
marlin
★ 12
Open GitHub ↗
Packages.gz generator for Cydia/APT repos
Download README (.md)
Explore Similar Repositories
asoiaf
:
Statistics of "A Song Of Ice And Fire" based on graph theory
ProjectMarkdown
:
Open Source Markdown Editor
BiblioArchiver
:
An iOS webarchive tool written in Swift
MavericK
:
Source code for the program MavericK, described fully at www.bobverity.com/maverick
boost-range-for-humans
:
Boost Range Documentation with Self-Contained Code Examples
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
marlin
?
Download (.md)
**No longer maintained.** # marlin marlin provides an easy way to generate a `Packages.gz` file for your Cydia/APT repository. marlin runs on Mac, Linux, and Windows. ## Advantages over `dpkg-scanpackages` - No need to install `dpkg`, `perl`, or other dependancies you don't want. - Standalone binary, no dependencies - Cross platform compatibility - automatically gzips `Packages` file - very fast ## Installing - grab a copy of marlin for your correct OS and architecture on the [releases](//github.com/cmelone/marlin/releases) page - run marlin from the current directory (`./marlin`) because it is most likely not in your `$PATH` ## Compiling Golang must be installed correctly on your computer in order to compile Marlin correctly. go get github.com/blakesmith/ar go get github.com/cmelone/marlin go install github.com/cmelone/marlin This will create a binary named marlin in the current folder. Add your deb files to a folder named `debs` (you can configure this in `marlin.go`). Finally, run `marlin` and a `Packages.gz` file will be generated. ## TODO: - Better error handling - Ability to create a Release file Thank you to [OpenRepo](//github.com/eswick/openrepo). Much of this codebase is heavily influenced by it.