Skip to content

Instantly share code, notes, and snippets.

@markuman
Created April 1, 2014 19:06
Show Gist options
  • Save markuman/9920844 to your computer and use it in GitHub Desktop.
Save markuman/9920844 to your computer and use it in GitHub Desktop.
secure-certificates
# Contributor: markuman <markuman@gmail.com>
pkgname=secure-certificates
pkgver=0
pkgrel=0
pkgdesc="Trust no one"
arch=(any)
license=('WTFPL')
url=('https://127.0.0.1')
conflicts=('ca-certificates')
provides=('ca-certificates')
build() {
echo "diy or die!"
}
package() {
echo "nothing to do here too"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment