diff options
author | Jesús <heckyel@hyperbola.info> | 2019-07-15 21:17:07 -0500 |
---|---|---|
committer | Jesús <heckyel@hyperbola.info> | 2019-07-15 21:17:07 -0500 |
commit | f872c7f02fc7a74aaa546c1f544c38705594c37e (patch) | |
tree | 98d4e6b2c6591d1c2120032ac1bc75f5bd10d083 /libretools/README.md | |
parent | 83dfabcea7ac8bf17e09a177ed05c2e06702e8bb (diff) | |
download | book-f872c7f02fc7a74aaa546c1f544c38705594c37e.tar.lz book-f872c7f02fc7a74aaa546c1f544c38705594c37e.tar.xz book-f872c7f02fc7a74aaa546c1f544c38705594c37e.zip |
libretools
Diffstat (limited to 'libretools/README.md')
-rw-r--r-- | libretools/README.md | 55 |
1 files changed, 55 insertions, 0 deletions
diff --git a/libretools/README.md b/libretools/README.md new file mode 100644 index 0000000..2135d1c --- /dev/null +++ b/libretools/README.md @@ -0,0 +1,55 @@ +### Configurar makepkg + +#### Definir PACKAGER + + sed -e 's|#PACKAGER="John Doe <john@doe.com>"|PACKAGER="Libre U. <user@email.domain>"|' -i /etc/makepkg.conf + +#### Definir GPG-ID PACKAGER + + sed -e 's|#GPGKEY=""|GPGKEY="user-id"|' -i /etc/makepkg.conf + +### Generar nuevas sumas + + updpkgsums + +### Limpiar librechroot + + sudo librechroot clean-repo + +### Creando entornos: + + sudo librechroot -A x86_64 -n x86_64 make + + sudo librechroot -A i686 -n i686 make + +### Entrar a la Jaula + + sudo librechroot -n x86_64 enter + + sudo librechroot -n i686 enter + +### Compilar: + + sudo libremakepkg -n x86_64 + + sudo libremakepkg -n i686 + +### Actualizar jaula + + sudo librechroot update + + sudo librechroot -n i686 update + +### Habilitanado internet durante la compilación + + sudo libremakepkg -N + + +### Subiendo paquete + + librestage <grupo> + + +> <grupo> repo en donde poner el paquete ej. core, extra, community + + librerelease |