all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Some suckless/2f30 packages.
@ 2017-01-09 20:21 ng0
  2017-01-09 20:21 ` [PATCH 01/13] gnu: Add xbattmon ng0
                   ` (13 more replies)
  0 siblings, 14 replies; 37+ messages in thread
From: ng0 @ 2017-01-09 20:21 UTC (permalink / raw)
  To: guix-devel

[PATCH 01/13] gnu: Add xbattmon.
[PATCH 02/13] gnu: Add wificurse.
[PATCH 03/13] gnu: Add spoon.
[PATCH 04/13] licenses: Add wtfpl.
[PATCH 05/13] gnu: Add skroll.
[PATCH 06/13] gnu: Add sbm.
[PATCH 07/13] gnu: Add prout.
[PATCH 08/13] gnu: Add noice.
[PATCH 09/13] gnu: Add human.
[PATCH 10/13] gnu: Add fortify-headers.
[PATCH 11/13] gnu: Add colors.
[PATCH 12/13] gnu: Add libutf.
[PATCH 13/13] gnu: Add lchat.

In my guix_package_path repository, I use this:

;; Packages of software hosted on 2f30.org
(define* (2f30-uri name version #:optional (extension ".tar.gz"))
  "Return a URI string for the package hosted on 2f30.org
corresponding to NAME and VERSION.  EXTENSION is the file name
extension, such as '.tar.gz'."
  (string-append "http://dl.2f30.org/releases/"
                 name "-" version extension))

As I go on and add more of suckless and 2f30 (both interconnected communities, or rather both in suckless), I'd prefer to have a way to check for updates by refresh. How is this achieved?
Would a mirror "suckless://" which includes both suckless and 2f30 be enough? Their release URLs almost never differ from a standard way of naming things.

^ permalink raw reply	[flat|nested] 37+ messages in thread

end of thread, other threads:[~2017-01-13 19:17 UTC | newest]

Thread overview: 37+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-01-09 20:21 Some suckless/2f30 packages ng0
2017-01-09 20:21 ` [PATCH 01/13] gnu: Add xbattmon ng0
2017-01-09 23:53   ` Leo Famulari
2017-01-09 20:21 ` [PATCH 02/13] gnu: Add wificurse ng0
2017-01-09 23:54   ` Leo Famulari
2017-01-11 23:39     ` ng0
2017-01-09 20:21 ` [PATCH 03/13] gnu: Add spoon ng0
2017-01-09 20:21 ` [PATCH 04/13] licenses: Add wtfpl ng0
2017-01-09 20:21 ` [PATCH 05/13] gnu: Add skroll ng0
2017-01-09 23:56   ` Leo Famulari
2017-01-09 20:21 ` [PATCH 06/13] gnu: Add sbm ng0
2017-01-09 20:21 ` [PATCH 07/13] gnu: Add prout ng0
2017-01-09 23:57   ` Leo Famulari
2017-01-09 20:21 ` [PATCH 08/13] gnu: Add noice ng0
2017-01-09 20:21 ` [PATCH 09/13] gnu: Add human ng0
2017-01-09 23:59   ` Leo Famulari
2017-01-09 20:21 ` [PATCH 10/13] gnu: Add fortify-headers ng0
2017-01-09 20:21 ` [PATCH 11/13] gnu: Add colors ng0
2017-01-09 20:21 ` [PATCH 12/13] gnu: Add libutf ng0
2017-01-09 20:21 ` [PATCH 13/13] gnu: Add lchat ng0
2017-01-10  0:03   ` Leo Famulari
2017-01-10  0:03 ` Some suckless/2f30 packages Leo Famulari
2017-01-12  0:39   ` 2f30, v2 ng0
2017-01-12  0:39     ` [PATCH 01/13] gnu: Add xbattmon ng0
2017-01-12  0:39     ` [PATCH 02/13] gnu: Add wificurse ng0
2017-01-12  0:39     ` [PATCH 03/13] gnu: Add spoon ng0
2017-01-12  0:39     ` [PATCH 04/13] licenses: Add wtfpl2 ng0
2017-01-12  0:39     ` [PATCH 05/13] gnu: Add skroll ng0
2017-01-12  0:39     ` [PATCH 06/13] gnu: Add sbm ng0
2017-01-12  0:39     ` [PATCH 07/13] gnu: Add prout ng0
2017-01-12  0:39     ` [PATCH 08/13] gnu: Add noice ng0
2017-01-12  0:39     ` [PATCH 09/13] gnu: Add human ng0
2017-01-12  0:39     ` [PATCH 10/13] gnu: Add fortify-headers ng0
2017-01-12  0:39     ` [PATCH 11/13] gnu: Add colors ng0
2017-01-12  0:39     ` [PATCH 12/13] gnu: Add libutf ng0
2017-01-12  0:39     ` [PATCH 13/13] gnu: Add lchat ng0
2017-01-13 19:17     ` 2f30, v2 Leo Famulari

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.