all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* How install new package created? How contribute with it?
@ 2015-08-05  3:03 Daniel Pimentel
  2015-08-05  5:53 ` Pjotr Prins
  2015-08-05  6:19 ` Ricardo Wurmus
  0 siblings, 2 replies; 7+ messages in thread
From: Daniel Pimentel @ 2015-08-05  3:03 UTC (permalink / raw)
  To: guix-devel

Hi guix,

I create derivation of package Rage with success.

Steps:
git clone git://git.savannah.gnu.org/guix.git
cd guix
./bootstrap
./configure --with-libgcrypt-prefix=$HOME/.guix-profile/ 
--localstatedir=/var
make
make check
guix download  
http://download.enlightenment.org/rel/apps/rage/rage-0.1.4.tar.gz
/gnu/store/9f75ba59cxfcw8val68xsxqsvj5bxva1-rage-0.1.4.tar.gz
10j3n8crk16jzqz2hn5djx6vms5f6x83qyiaphhqx94h9dgv2mgg

emacs gnu-system.am (added "gnu/packages/rage.scm")
emacs gnu/packages/rage.scm (edit it, a lot of lines)

./pre-inst-env guix build rage -K

Last lines:
configure: creating ./config.status
config.status: creating Makefile
config.status: creating rage.spec
config.status: creating pkgbuild/PKGBUILD
config.status: creating rage_config.h
config.status: executing depfiles commands
configure: WARNING: unrecognized options: --enable-fast-install
------------------------------------------------------------------------
rage 0.1.4
------------------------------------------------------------------------

/gnu/store/hhrqa802r470f0cdah7hsjnv0wknlagf-rage-0.1.4

So, how I install this package? How I contribute to it (new package Rage 
to Guix packages)?

Thanks for all,

-- 
Daniel Pimentel (d4n1 3:)

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

end of thread, other threads:[~2015-08-05 13:27 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-08-05  3:03 How install new package created? How contribute with it? Daniel Pimentel
2015-08-05  5:53 ` Pjotr Prins
2015-08-05  6:19 ` Ricardo Wurmus
2015-08-05 11:54   ` Daniel Pimentel
2015-08-05 12:12   ` Daniel Pimentel
2015-08-05 12:45     ` Ricardo Wurmus
2015-08-05 13:27       ` Daniel Pimentel

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.