~yewscion/yewscion-guix-channel

My Personal Guix Channel
cdr255/yewscion.scm: Bump yewscion-scripts for sxml-tool.
cdr255/yewscion.scm: Bump yewscion-scripts for sxml-tool.
cdr255/utils.scm: Add ghc-epub-metadata and ghc-epub-tools.

clone

read-only
https://git.sr.ht/~yewscion/yewscion-guix-channel
read/write
git@git.sr.ht:~yewscion/yewscion-guix-channel

You can also use your local clone with git send-email.

#Yewscion Guix Channel

My Own Personal Guix Channel.

#Installation

To use this Channel, follow the documentation for adding a new channel. Add the following to ~/.config/guix/channels.scm.

;;; Add yewscion's variant packages to those Guix provides.
(cons* (channel
   (name 'yewscion)
   (url "https://git.sr.ht/~yewscion/yewscion-guix-channel")
   (branch "trunk")
   ;; Enable signature verification:
   (introduction
     (make-channel-introduction
       "2dce8bfec5f2886f7642007bbead3f2fbee26312"
       (openpgp-fingerprint
         "6E3D E92C 3D0A 0A4D 1CDD  33EC 8EF2 971E D0D0 35B8"))))
  %default-channels)

#Usage

guix pull

#Contributing

Pull Requests are welcome, as are bugfixes and extensions. Please open issues as needed. If You contribute a feature, needs to be tests and documentation.

#License

AGPL-3.0