Homepage | Issue Tracker | MIT License | by Guten | Bountysource
See aurs for my Arch Linux AUR Packages.
Linux Packaging is the boringest thing in the world, so I only maintain packages used by myself, and they're usually on Raspbian. If you want more, please add as a Collaborator or send Pull-Requests. Luck for us, someone is working on solutions, and Snappy Ubuntu Core has a new packaging way
- xware: Raspbian only. Xunlei in Linux
- syncthing: Raspbian only. Open Source Continuous File Synchronization
Raspbian: raspbian
Debian: debian
Ubuntu: debian
-
Get your release name by
$ cat /etc/*-release
-
Replace the
RELEASE
with the name you found, e.g.raspbian
for Raspbian,debian
for Debian,debian
for Ubuntu.
$ sudo apt-key adv --keyserver pgp.mit.edu --recv-keys 80572343
$ echo 'deb http://guten.me/debs RELEASE main' | sudo tee /etc/apt/sources.list.d/guten.list
$ sudo apt-get update
$ sudo apt-get install PACKAGE
- Download the upstream package
- Build:
$ ./make-debs.sh
$ Create a GPG key
$ aptly repo create -distribution=wheezy default
$ aptly publish repo -architectures="amd64,i386,source" default
$ ln -s ~/.aptly/public dist
$ cd dist
$ git init
$ git remote add origin git@github.com:gutenye/debs.git
$ git checkout gh-pages
$ git push -u origin gh-pages
- Use aptly to create an APT repository.
- Use Github Pages to host the APT repository. Be aware that Github is not meant for this kind of hosting and have a 100MB per file limit, alternative you can use Amazon S3 for hosting.
- Documentation on creating an deb package: Debian New Maintainers' Guide, Packaging Wiki
The MIT License (MIT)
Copyright (c) 2015 Guten Ye
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.