Initial commit
commit
6d160cbae6
|
@ -0,0 +1,32 @@
|
||||||
|
# aptpkg
|
||||||
|
|
||||||
|
Subscribe to [this mailing
|
||||||
|
list](https://lists.sr.ht/~earnestma/aptpkg-announce/) for low-volume updates,
|
||||||
|
warnings, and releases to `aptpkg` and `aptpkg.earne.link`.
|
||||||
|
|
||||||
|
## aptpkg.earne.link
|
||||||
|
|
||||||
|
This archive contains my packages generated from aptpkg mainly for my own use.
|
||||||
|
It currently targets Ubuntu 21.04 ("Hirsute Hippo") amd64, although it will
|
||||||
|
probably work on other distributions/ versions. If you would like to add it, run
|
||||||
|
the following:
|
||||||
|
|
||||||
|
```sh
|
||||||
|
curl -fsSL https://git.sr.ht/~earnestma/aptpkg-pkgs/blob/main/add.sh | sudo -E bash -
|
||||||
|
```
|
||||||
|
|
||||||
|
### Links
|
||||||
|
|
||||||
|
- [Git repository](https://git.sr.ht/~earnestma/aptpkg-pkgs)
|
||||||
|
- [Mailing list for patches](https://lists.sr.ht/~earnestma/aptpkg-pkgs)
|
||||||
|
- [Issue tracker](https://todo.sr.ht/~earnestma/aptpkg-pkgs)
|
||||||
|
|
||||||
|
## aptpkg itself
|
||||||
|
|
||||||
|
Easily create Debian packages.
|
||||||
|
|
||||||
|
### Links
|
||||||
|
|
||||||
|
- [Git repository](https://git.sr.ht/~earnestma/aptpkg)
|
||||||
|
- [Mailing list for patches](https://lists.sr.ht/~earnestma/aptpkg-devel)
|
||||||
|
- [Issue tracker](https://todo.sr.ht/~earnestma/aptpkg)
|
Reference in New Issue