Skip to content

Instantly share code, notes, and snippets.

@mikezackles
mikezackles / PKGBUILD.diff
Created July 12, 2018 22:34
xar PKGBUILD fixes
diff --git a/.SRCINFO b/.SRCINFO
index e458be3..83480e7 100644
--- a/.SRCINFO
diff --git a/.SRCINFO b/.SRCINFO
index e458be3..83480e7 100644
--- a/.SRCINFO
diff --git a/.SRCINFO b/.SRCINFO
index e458be3..83480e7 100644
--- a/.SRCINFO
--- a/.SRCINFO

Keybase proof

I hereby claim:

  • I am mikezackles on github.
  • I am mikezackles (https://keybase.io/mikezackles) on keybase.
  • I have a public key ASC6K5xZoCPT_Y2jCrOhVZ4Ni36KvEBYUkd-JEwdRyuvWwo

To claim this, I am signing this object:

@mikezackles
mikezackles / subtree
Created November 24, 2015 14:48 — forked from inhies/subtree
Subtree is a helper utility for working with git subtrees. Easily add, update, and remove subtrees from your git repo.
#!/bin/bash
# subtree -- a utility to help working with git subtree's
# creator: inhies
# 24 November 2013
version=1.1.1
function usage() {
case "$1" in
@mikezackles
mikezackles / libdime.rb
Last active August 29, 2015 14:26
libdime homebrew package
class Libdime < Formula
desc "The DIME library"
head do
url "https://github.com/lavabit/libdime.git", :branch => "develop"
depends_on "autoconf" => :build
depends_on "automake" => :build
depends_on "libtool" => :build
end
@mikezackles
mikezackles / PKGBUILD
Last active August 29, 2015 14:26
libdime PKGBUILD
_pkgname=libdime
pkgname="$_pkgname-git"
pkgver=r431.5be516a
pkgrel=1
pkgdesc="The DIME library"
arch=('i686' 'x86_64')
license=('GPL')
depends=('openssl')
source=(
"$_pkgname"::"git+file:///vagrant/$_pkgname"
int read_file_normal(const char* filename)
{
FILE* f = fopen(filename, "rt");
char buf[100];
if (f == NULL) {
fprintf(stderr, "Failed to open %s", filename);
goto error_open;
}
# Maintainer: Jesse Spangenberger <azulephoenix@gmail.com>
pkgname=private-internet-access-vpn
pkgver=0.4
pkgrel=1
pkgdesc="Installs VPN profiles for Private Internet Access Service"
arch=('any')
url="https://www.privateinternetaccess.com/"
license=('GPL')
depends=('openvpn')
source=("https://www.privateinternetaccess.com/openvpn/openvpn.zip"
@mikezackles
mikezackles / PKGBUILD
Created June 12, 2014 22:11
vim-youcompleteme-git android-sdk workaround
# Maintainer: Babken Vardanyan <483ken 4tgma1l
# Contributor: z33ky
# Contributor: stykr
# Contributor: Svenstaro
# Contributor: KaiSforza
# Contributor: Simon Gomizelj <simongmzlj@gmail.com>
# Contributor: Daniel Micay <danielmicay@gmail.com>
pkgname=vim-youcompleteme-git
pkgver=1289.9cff4e8
# Maintainer: Marc Plano-Lesay <marc.planolesay@gmail.com>
pkgname=gcovr
pkgver=3.1
pkgrel=1
pkgdesc="The gcovr script applies the Unix gcov command and generate a simple report that summarizes the coverage."
arch=('x86_64' 'i686')
url="http://gcovr.com"
license=('custom')
makedepends=('python2' 'python2-distribute')
@mikezackles
mikezackles / strings-nl.xml
Last active December 28, 2015 03:59
Translations for Rotary Launcher
<resources>
<string name="app_name">Rotary Launcher</string>
<string name="crash_toast_text">Uh oh, Rotary Launcher has crashed! A report has been submitted to help fix the issue.</string>
<string name="app_chooser">app chooser</string>
<string name="apply_settings">apply settings</string>
<string name="cannot_remove_nonempty_folder">cannot remove nonempty folder</string>
<string name="collection_rotary_size">cirkel collectie grootte</string>
<string name="cut">cut</string>
<string name="paste">paste</string>
<string name="inch_radius">inch radius</string>