Skip to content

Instantly share code, notes, and snippets.

View bbidulock's full-sized avatar
🎯
Focusing

Brian Bidulock bbidulock

🎯
Focusing
View GitHub Profile
@bbidulock
bbidulock / PKGBUILD
Created January 25, 2019 06:22
PKGBUILD for pcs-git 0.10.1
# Maintainer: Noel Kuntze <noel@familie-kuntze.de>
pkgname=pcs-git
_pkgname=pcs
pkgver=0.10.1.r54.g93da15a7
pkgrel=1
pkgdesc='pacemaker corosync shell utility for cluster configuration'
arch=('any')
url='http://clusterlabs.org/'
license=('GPL2')
@bbidulock
bbidulock / PKGBUILD
Created November 17, 2018 23:09
PKGBUILD for gcc-gcj-ecj that works with new gcc-gcj
# Maintainer: Joey Dumont <joey.dumont@gmail.com>
# Contributor: Pierre Bourdon <delroth@gmail.com>
# Contributor: larsrh <hupel@in.tum.de>
pkgname=gcc-gcj-ecj
pkgver=4.9
pkgrel=8
pkgdesc="A fork of the Eclipse Java bytecode compiler for GCJ"
depends=('bash' 'java-runtime')
provides=('eclipse-ecj')
@bbidulock
bbidulock / PKGBUILD
Created November 17, 2018 22:52
PGKBUILD for gcc6 building gcj for full java 5 environment
# Maintainer: Sebastiaan Lokhorst <sebastiaanlokhorst@gmail.com>
# Contributor: frankspace
# Contributor: Renan Manola <rmanola@gmail.com>
# Contributor: Stefan Husmann <stefan-husmann@t-online.de>
# Contributor: Joey Dumont <joey.dumont@gmail.com>
# Contributor: Sven-Hendrik Haase <sh@lutzhaase.com>
# Contributor: Allan McRae <allan@archlinux.org>
pkgbase=gcc6
pkgname=('gcc6' 'gcc6-libs' 'gcc6-fortran' 'gcc6-gcj')
@bbidulock
bbidulock / PKGBUILD
Created November 6, 2018 22:48
PKGBUILD for dbf
# Maintainer: Jon Ribeiro <contact@jonathas.com>
pkgname=dbf
pkgver=0.9.0
pkgrel=3
pkgdesc="Command line tool to show and convert the content of dBASE III, IV, and 5.0 files"
url="http://sourceforge.net/projects/dbf"
arch=('i686' 'x86_64')
license=('GPL')
depends=('libdbf')
makedepends=('unzip')
@bbidulock
bbidulock / PKGBUILD
Last active August 27, 2018 06:24
PKGBUILD for coda
# Maintainer Marcel Kleinfeller <marcel@oompf.de>
pkgname=coda
pkgver=6.14.0
pkgrel=3
pkgdesc="A distributed file system with disconnected operation."
depends=('bash' 'perl')
arch=(i686 x86_64 armv7h)
url="http://coda.cs.cmu.edu/"
source=("http://coda.cs.cmu.edu/coda/source/$pkgname-$pkgver.tar.xz")
@bbidulock
bbidulock / nsswitch.conf
Created May 11, 2018 18:45
My /etc/nsswitch.conf file.
# Name Service Switch configuration file.
# See nsswitch.conf(5) for details.
passwd: compat nis mymachines systemd
group: compat nis mymachines systemd
shadow: compat nis
publickey: files
hosts: files mdns4_minimal [NOTFOUND=return] mymachines resolve [!UNAVAIL=return] dns myhostname mdns4 nis
@bbidulock
bbidulock / PKGBUILD
Last active April 17, 2018 07:14
PKGBUILD for corosync 2.4.4
#Maintainer: ovi chis <ovi@ovios.org>
pkgname=corosync
pkgver=2.4.4
pkgrel=2
pkgdesc="Cluster engine for nodal communication systems with additional features for implementing high availability within applications."
arch=('i686' 'x86_64')
url="http://www.corosync.org/"
license=('BSD')
depends=('nss' 'libstatgrab' 'net-snmp' 'libdbus' 'libqb' 'libcgroup')
@bbidulock
bbidulock / PKGBUILD
Created April 12, 2018 08:21
PKGBUILD for pcs-git
# Maintainer: Noel Kuntze <noel@familie-kuntze.de>
pkgname=pcs-git
_pkgname=pcs
pkgver=0.9.164.r0.g04d95885
pkgrel=1
pkgdesc='pacemaker corosync shell utility for cluster configuration'
arch=('any')
url='http://clusterlabs.org/'
license=('GPL2')
@bbidulock
bbidulock / PKGBUILD
Created March 18, 2018 02:23
PKGBUILD for corosync 2.4.3
#Maintainer: ovi chis <ovi@ovios.org>
pkgname=corosync
pkgver=2.4.3
pkgrel=1
pkgdesc="Cluster engine for nodal communication systems with additional features for implementing high availability within
applications."
arch=('i686' 'x86_64')
url="http://www.corosync.org/"
license=('BSD')
@bbidulock
bbidulock / PKGBUILD
Created June 10, 2017 10:43
PKGBUILD for perl-text-csv-xs
# Contributor: John D Jones III AKA jnbek <jnbek1972 -_AT_- g m a i l -_Dot_- com>
# Generator : CPANPLUS::Dist::Arch 1.32
pkgname='perl-text-csv-xs'
_cpanname='Text-CSV_XS'
pkgver='1.30'
pkgrel='1'
pkgdesc="comma-separated values manipulation routines"
arch=('i686' 'x86_64')
license=('PerlArtistic' 'GPL')