From 7ceff689fe7e7d037861e79096d097150abcabde Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Mon, 8 Feb 2021 16:16:44 -0300 Subject: Add README.md --- README.md | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..7a5f91d --- /dev/null +++ b/README.md @@ -0,0 +1,35 @@ +# euandreh-package-repository + +Personal package repository for a variety of operating systems, mainly for +packaging personal projects of mine and make it available for users and +packagers. + +## Guix + +Custom Guix channel for packages not compatible with mainline Guix, or not +packaged there yet. + +To add this channel to your `~/.config/guix/channels.scm`: + +```scheme +(append + (list + (channel ...) + (channel + (name 'xyz-euandreh) + (url "git://git.euandreh.xyz/euandreh-package-repository") + (branch "main") + (introduction + (make-channel-introduction + "d749e053e6db365069cb9b2ef47a78b06f9e7361" + (openpgp-fingerprint + "5BDA E9B8 B2F6 C6BC BB0D 6CE5 81F9 0EC3 CD35 6060"))))) + %default-channels) +``` + +See also the Guix manual for usage on channels: +https://guix.gnu.org/manual/en/guix.html#Channels + +## LICENSE + +Packaging code licensed under AGPLv3+. -- cgit v1.2.3