This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Maintainer: nbryskin | |
# Contributor: Noel Maersk <veox at wemakethings dot net> | |
# Contributor: Lex Rivera <[email protected]> | |
pkgname=madwimax-git | |
_gitname=madwimax | |
pkgver=20130604 | |
pkgrel=1 | |
pkgdesc="A reverse-engineered linux driver for Mobile Wimax (802.16e) devices based on Samsung CMC-730 chip (git version)" | |
arch=('i686' 'x86_64') |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Maintainer: Loïc Guitaut <flink at belfalas dot eu> | |
# Contributor: Noel Maersk <veox at wemakethings dot net> | |
pkgname='litecoin-qt' | |
pkgver=0.6.9.2 | |
pkgrel=1 | |
arch=('i686' 'x86_64') | |
url="http://www.litecoin.org/" | |
makedepends=('boost' 'automoc4' 'qrencode' 'miniupnpc') | |
license=('MIT') |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
post_install() { | |
update-desktop-database -q | |
/usr/bin/cat << EOF | |
0.6.9.2 is a transition package. It is recommended to manually specify | |
one or two nodes that use 0.6.9.2 in the config file. Connecting only to | |
older nodes may fail to propagate transactions. | |
More information: | |
https://forum.litecoin.net/index.php/topic,4615.msg33170.html |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Maintainer: Mike Lenzen <[email protected]> | |
# Contributor: Noel Maersk <veox at wemakethings dotnet> | |
pkgname=litecoin-git | |
_gitname=litecoin | |
pkgver=20131026 | |
pkgrel=1 | |
pkgdesc="A peer-to-peer network-based digital currency (git version)" | |
arch=('i686' 'x86_64') | |
url="http://www.litecoin.org/" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Maintainer: huma | |
# Contributor: Noel Maersk <veox at wemakethings dot net> | |
pkgname=namecoin-daemon-git | |
_gitname=namecoin | |
pkgver=20131031 | |
pkgrel=1 | |
pkgdesc="Headless namecoin daemon (git version)" | |
arch=('i686' 'x86_64') | |
license=('MIT') |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
preacher% make V=99 [libwallet-git] | |
Making all in include/wallet | |
make[1]: Entering directory `/home/veox/usr/src/libwallet-git/include/wallet' | |
make[1]: Nothing to be done for `all'. | |
make[1]: Leaving directory `/home/veox/usr/src/libwallet-git/include/wallet' | |
Making all in src | |
make[1]: Entering directory `/home/veox/usr/src/libwallet-git/src' | |
depbase=`echo key_formats.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ | |
/bin/bash ../libtool --tag=CXX --mode=compile g++ -DPACKAGE_NAME=\"libwallet\" -DPACKAGE_TARNAME=\"libwallet\" -DPACKAGE_VERSION=\"1.0.10\" -DPACKAGE_STRING=\"libwallet\ 1.0.10\" -DPACKAGE_BUGREPORT=\"[email protected]\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -D__EXTENSIONS__=1 -D_ALL_SOURCE=1 -D_GNU_SOURCE=1 -D_POSIX_PTHREAD_SEMANTICS=1 -D_TANDEM_SOURCE=1 -DPACKAGE=\"libwallet\" -DVERSIO |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh | |
longkeyid="E0D1815E0558CA53" | |
curl "http://bitcoin-otc.com/otps/$longkeyid" | gpg -qd | xclip -sel pri |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/perl | |
# This file is part of BAMT. | |
# | |
# BAMT is free software: you can redistribute it and/or modify | |
# it under the terms of the GNU General Public License as published by | |
# the Free Software Foundation, either version 3 of the License, or | |
# (at your option) any later version. | |
# | |
# BAMT is distributed in the hope that it will be useful, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
preacher% gdb obelisk-server [.obelisk] | |
GNU gdb (GDB) 7.6.2 (Debian 7.6.2-1.1) | |
Copyright (C) 2013 Free Software Foundation, Inc. | |
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html> | |
This is free software: you are free to change and redistribute it. | |
There is NO WARRANTY, to the extent permitted by law. Type "show copying" | |
and "show warranty" for details. | |
This GDB was configured as "x86_64-linux-gnu". | |
For bug reporting instructions, please see: | |
<http://www.gnu.org/software/gdb/bugs/>... |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/sh | |
extraopts="$*" | |
config="/home/veox/.sgminer/sgminer.conf.nfactor" | |
logdir="./log" | |
branch="`git branch --no-color | grep -E "^\*" | cut -d' ' -f2`" | |
today="`date +%Y-%m-%d`" | |
now="`date +%H-%M-%S`" |
OlderNewer