GithubHelp home page GithubHelp logo

hartl3y94 / rosenthal Goto Github PK

View Code? Open in Web Editor NEW

This project forked from rakino/rosenthal

0.0 0.0 0.0 80 KB

A certain Guix channel.

License: GNU General Public License v3.0

Shell 0.31% Scheme 99.69%

rosenthal's Introduction

Rosenthal - A certain Guix channel.

About

For packages sumbitted to Guix but not merged yet, a comment for the corresponding debbugs link is given (And those packages would be removed once merged).

For packages already exist in Guix, however with a newer version or not available in master branch at the moment, a version suffix is added to their variable names, e.g. foo-1.14.514 (while the package name is still foo), these packages would be removed once they are available in Guix’s master branch.

For packages sourced on a not-released-yet checkout, a “dev” suffix is added to both their variable and package names, e.g. both variable name and package name are bar-dev. For revisions, the result of git describe --tags is generally used. If upstream didn’t tag version, tag it first, otherwise when no version could be found, start the revision from “0”.

For packages with special features, a suffix to both variable and package name is added. e.g. hello/static (while with package name hello-static), test-minimal, halo-nox (without X), nya-sans-whatever (with whatever features disabled).

Usage

  1. Clone the repository.
    git clone https://github.com/rakino/rosenthal.git rosenthal
    cd rosenthal
        
  2. Prefix guix commands with the pre-inst-env script.
    ./pre-inst-env guix <whatever>
        

Alternatively, a Guix channel is also available:

(channel
 (name 'rosenthal)
 (url "https://github.com/rakino/rosenthal")
 (branch "trunk")
 (introduction
  (make-channel-introduction
   "7677db76330121a901604dfbad19077893865f35"
   (openpgp-fingerprint
    "13E7 6CD6 E649 C28C 3385  4DF5 5E5A A665 6149 17F7"))))

To use that, write the above definition to ~/.config/guix/channels.scm, for example:

;; ~/.config/guix/channels.scm
(cons* (channel
	  (name 'rosenthal)
	  (url "https://github.com/rakino/rosenthal")
	  (branch "trunk")
	  (introduction
	   (make-channel-introduction
	    "7677db76330121a901604dfbad19077893865f35"
	    (openpgp-fingerprint
	     "13E7 6CD6 E649 C28C 3385  4DF5 5E5A A665 6149 17F7"))))
	 %default-channels)
;; channels.scm ends here.

rosenthal's People

Contributors

rakino avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.