I hereby claim:
- I am palopezv on github.
- I am palopezv (https://keybase.io/palopezv) on keybase.
- I have a public key ASDMsJ9uRbYTjWv_LttcY_kGuvqwEAl3TRqa-JcjAG7zuAo
To claim this, I am signing this object:
| # Maintainer: aksr <aksr at t-com dot me> | |
| pkgname=nmh-git | |
| pkgver=1.6+dev.r2482 | |
| pkgrel=1 | |
| pkgdesc="Powerful electronic mail handling system, based on a set of command-line utilities." | |
| arch=('i686' 'x86_64') | |
| url="http://www.nongnu.org/nmh/" | |
| license=('BSD') | |
| depends=('db' 'openssl' 'libsasl') | |
| makedepends=('git') |
| <?xml version="1.0"?> | |
| <!DOCTYPE fontconfig SYSTEM "fonts.dtd"> | |
| <fontconfig> | |
| <!-- Deprecated 'mono' alias accept and replace with 'monospace'. --> | |
| <match target="pattern"> | |
| <test qual="any" name="family"><string>mono</string></test> | |
| <edit name="family" mode="assign"><string>monospace</string></edit> | |
| </match> |
| make_gnu_aliases() { | |
| local cmd | |
| local gcmd | |
| for gcmd in /opt/csw/bin/g* | |
| do | |
| cmd=${gcmd##*/g} | |
| if [[ "$(type -p ${cmd})" ]]; then | |
| alias ${cmd}=$(type -p g${cmd} ${cmd} | head -1) | |
| fi | |
| done |
| # Former maintainer: Thomas S Hatch <thatch45 (at) Gmail (dot) com> | |
| # Maintainer: Xiao-Long Chen <chillermillerlong at hotmail dot com> | |
| # Contributor: P. A. López-Valencia $(echo PHBhbG9wZXp2IEAgZ21haWwgZG90IGNvbT4K | base64 -d) | |
| pkgname=supermin | |
| pkgver=4.1.1 | |
| pkgrel=1 | |
| license=('GPL2') | |
| arch=('i686' 'x86_64') | |
| pkgdesc="Tool used to create libguestfs supermin appliances" |
| # Maintainer: speps <speps at aut dot archlinux dot org> | |
| _name=plowshare | |
| pkgname=$_name-git | |
| pkgver=0.2312.ab90f01 | |
| pkgrel=1 | |
| pkgdesc="Command-line downloader and uploader for Rapidshare, Mediafire and other file sharing websites." | |
| arch=('any') | |
| url="http://code.google.com/p/plowshare/" | |
| license=('GPL') | |
| depends=('curl' 'recode' 'js') |
| #!/bin/sh | |
| git filter-branch --env-filter ' | |
| an="$GIT_AUTHOR_NAME" | |
| am="$GIT_AUTHOR_EMAIL" | |
| cn="$GIT_COMMITTER_NAME" | |
| cm="$GIT_COMMITTER_EMAIL" | |
| if [ "$GIT_COMMITTER_EMAIL" = "your@email.to.match" ] |
| # Maintainer: Alexander Konarev <avkonarev@gmail.com> | |
| # Contributor: Vorbote <https://aur.archlinux.org/user/vorbote/> | |
| pkgname=yandex-browser | |
| pkgver=16.2.0.1818_1.beta | |
| pkgrel=1 | |
| pkgdesc="The web browser from Yandex (beta version!). | |
| It's browser that combines a minimal design with sophisticated technology to make the web faster, safer, and easier." | |
| arch=('x86_64') | |
| url='http://browser.yandex.ru/beta/' |
I hereby claim:
To claim this, I am signing this object:
| # Maintainer: Yves Hoppe <info@yveshoppe.de> | |
| pkgname=calypso | |
| pkgver=1.3.0 | |
| pkgrel=1 | |
| pkgdesc="Manage your Wordpress.com and Jetpack-enabled sites in one place" | |
| arch=('i686' 'x86_64') | |
| url="https://desktop.wordpress.com/" | |
| license=('GPL2') | |
| depends=('gtk2' 'libgpg-error' 'nss' 'libnotify' 'alsa-lib' 'libxtst') |
It's a common confusion about terminal colours... Actually we have this:
printf "\x1b[${bg};2;${red};${green};${blue}m\n"