diff options
author | EuAndreh <eu@euandre.org> | 2021-06-16 23:59:14 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2021-06-16 23:59:14 -0300 |
commit | a4863117244b521edb43adb1d5eaf6574c68ee02 (patch) | |
tree | 6ae9ee2f67a1dd4ee4eb499a99dda536692c5f67 | |
parent | TODOs.md: Add #task-59089490-cd99-3c9a-2af8-bbde42c2edd9 (diff) | |
download | package-repository-a4863117244b521edb43adb1d5eaf6574c68ee02.tar.gz package-repository-a4863117244b521edb43adb1d5eaf6574c68ee02.tar.xz |
README.md: Conform with assert-readme.sh
Diffstat (limited to '')
-rw-r--r-- | README.md | 42 |
1 files changed, 38 insertions, 4 deletions
@@ -4,11 +4,13 @@ Personal package repository for a variety of operating systems, mainly for packaging personal projects of mine and make it available for users and packagers. -See the list of packages in [`paku.json`][paku.json]. +See the list of packages in [`paku.json`]. + +[`paku.json`]: https://git.euandreh.xyz/package-repository/tree/paku.json -[paku.json]: https://git.euandreh.xyz/package-repository/tree/paku.json ## How to add this to different OSes + ### Guix Add this channel to your `~/.config/guix/channels.scm`: @@ -52,6 +54,38 @@ $ sudo apt-add-repository 'deb https://package-repository.euandreh.xyz/debian/ s ``` --> -## LICENSE -Packaging code licensed under AGPLv3+. +## Contributing + +For running the extra development-only checks, run: + +```shell +$ make dev-check +``` + +and for generating the documentation HTML and website, run: + +```shell +$ make public +``` + +Send contributions to the [mailing list] via [`git send-email`](https://git-send-email.io/). + + +## Links + +- [homepage](https://euandreh.xyz/package-repository/) +- [source code](https://git.euandreh.xyz/package-repository/) +- [bug tracking](https://euandreh.xyz/package-repository/TODOs.html) +- [mailing list] +- [CI logs](https://euandreh.xyz/package-repository/ci.html) +- [CHANGELOG](https://euandreh.xyz/package-repository/CHANGELOG.html) + +[mailing list]: https://lists.sr.ht/~euandreh/public-inbox?search=%5Bpackage-repository%5D + + +## License + +The code is licensed under [GNU Affero General Public License v3.0 or later][AGPL-3.0-or-later] (AGPL-3.0-or-later). + +[AGPL-3.0-or-later]: https://git.euandreh.xyz/package-repository/tree/COPYING |