Create your new key:
gpg --gen-key
more...
Back it up:
gpg --export-secret-keys --armor <keyid> > my_key_backup.asc
more...
| # Contributor (MSYS2): David Macek <david.macek.0@gmail.com> | |
| # Maintainer (Arch Linux): Jan Alexander Steffens (heftig) <jan.steffens@gmail.com> | |
| # Contributor (Arch Linux): Michael Pusterhofer <pusterhofer(at)student(dot)tugraz(dot)at> | |
| _realname=itstool | |
| pkgname=("${MINGW_PACKAGE_PREFIX}-${_realname}") | |
| pkgver=2.0.2 | |
| pkgrel=1 | |
| pkgdesc="XML to PO and back again" | |
| arch=('any') |
| $ wget http://kent.dl.sourceforge.net/project/msys2/REPOS/MINGW/x86_64/mingw-w64-x86_64-headers-git-5.0.0.4454.f6e2518-1-any.pkg.tar.xz | |
| --2015-02-21 01:14:16-- http://kent.dl.sourceforge.net/project/msys2/REPOS/MINGW/x86_64/mingw-w64-x86_64-headers-git-5.0.0.4454.f6e2518-1-any.pkg.tar.xz | |
| Resolving kent.dl.sourceforge.net (kent.dl.sourceforge.net)... 212.219.56.185 | |
| Connecting to kent.dl.sourceforge.net (kent.dl.sourceforge.net)|212.219.56.185|:80... connected. | |
| HTTP request sent, awaiting response... 302 Found | |
| Location: http://downloads.sourceforge.net/project/msys2/REPOS/MINGW/x86_64/mingw-w64-x86_64-headers-git-5.0.0.4454.f6e2518-1-any.pkg.tar.xz?download&failedmirror=kent.dl.sourceforge.net [following] | |
| --2015-02-21 01:14:17-- http://downloads.sourceforge.net/project/msys2/REPOS/MINGW/x86_64/mingw-w64-x86_64-headers-git-5.0.0.4454.f6e2518-1-any.pkg.tar.xz?download&failedmirror=kent.dl.sourceforge.net | |
| Resolving downloads.sourceforge.net (downloads.sourceforge.net)... 216.34.181.59 | |
| Connecting to downloads.sou |
| @echo off | |
| set MSYSTEM=MINGW32 | |
| "%~dp0msys2.cmd" %* | |
| set MSYSTEM= |
| $ MINGW_INSTALLS=mingw64 makepkg-mingw --sign | |
| ==> Making package: mingw-w64-x86_64-nssm 2.23-1 (Thu, Feb 19, 2015 4:51:31 PM) | |
| ==> Checking runtime dependencies... | |
| ==> Checking buildtime dependencies... | |
| ==> Retrieving sources... | |
| -> Updating nssm git repo... | |
| Fetching origin | |
| -> Found messages.h | |
| -> Found messages.rc | |
| -> Found MSG00409.bin |
| $ pacman -S mingw-w64-i686-gtk3 | |
| resolving dependencies... | |
| looking for conflicting packages... | |
| warning: dependency cycle detected: | |
| warning: mingw-w64-i686-harfbuzz will be installed before its mingw-w64-i686-freetype dependency | |
| warning: dependency cycle detected: | |
| warning: mingw-w64-i686-cairo will be installed before its mingw-w64-i686-freetype dependency | |
| warning: dependency cycle detected: | |
| warning: mingw-w64-i686-fontconfig will be installed before its mingw-w64-i686-freetype dependency |
| Package gtk+-2.0 was not found in the pkg-config search path. | |
| Perhaps you should add the directory containing `gtk+-2.0.pc' | |
| to the PKG_CONFIG_PATH environment variable | |
| No package 'gtk+-2.0' found | |
| g++ --std=c++0x -DNDEBUG -Os -Wall -pedantic -DGTK -DSCI_LEXER -I ../include -I ../src -I ../lexlib -march=x86-64 -mtune=generic -O2 -pipe -c ../lexlib/Accessor.cxx | |
| g++ --std=c++0x -DNDEBUG -Os -Wall -pedantic -DGTK -DSCI_LEXER -I ../include -I ../src -I ../lexlib -march=x86-64 -mtune=generic -O2 -pipe -c ../lexlib/CharacterSet.cxx | |
| g++ --std=c++0x -DNDEBUG -Os -Wall -pedantic -DGTK -DSCI_LEXER -I ../include -I ../src -I ../lexlib -march=x86-64 -mtune=generic -O2 -pipe -c ../lexlib/LexerBase.cxx | |
| g++ --std=c++0x -DNDEBUG -Os -Wall -pedantic -DGTK -DSCI_LEXER -I ../include -I ../src -I ../lexlib -march=x86-64 -mtune=generic -O2 -pipe -c ../lexlib/LexerModule.cxx | |
| g++ --std=c++0x -DNDEBUG -Os -Wall -pedantic -DGTK -DSCI_LEXER -I ../include -I ../src -I ../lexlib -march=x86-64 -mtune=generic -O2 -pipe - |
| pkgname=example2 | |
| pkgver=1.0 | |
| pkgrel=1 | |
| arch=('any') | |
| package() { | |
| mkdir "${pkgdir}/var" | |
| echo "example2" > "${pkgdir}/var/EXAMPLE2" | |
| } |
| pkgname=example1 | |
| pkgver=1.0 | |
| pkgrel=1 | |
| arch=(any) | |
| package() { | |
| echo "example1" > "${pkgdir}/.example1" | |
| } |
| $ makepkg-mingw | |
| ==> Making package: mingw-w64-x86_64-aria2 1.18.9-2 (Tue, Feb 3, 2015 12:51:27 PM) | |
| ==> Checking runtime dependencies... | |
| ==> Checking buildtime dependencies... | |
| ==> Retrieving sources... | |
| -> Found aria2-1.18.9.tar.xz | |
| ==> Validating source files with md5sums... | |
| aria2-1.18.9.tar.xz ... Passed | |
| ==> Extracting sources... | |
| -> Extracting aria2-1.18.9.tar.xz with /usr/bin/bsdtar |