Skip to content

Instantly share code, notes, and snippets.

@jefdaj
Created September 16, 2013 18:04
Show Gist options
  • Save jefdaj/6584263 to your computer and use it in GitHub Desktop.
Save jefdaj/6584263 to your computer and use it in GitHub Desktop.
sdx updated PKGBUILD
# Maintainer: Matthew Hiles <matthew.hiles@gmail.com>
# Contributor: Jeffrey David Johnson <jefdaj@gmail.com>
pkgname=sdx
pkgver=20080224
pkgrel=3
pkgdesc="A utility for making and unpacking starkits."
url="http://equi4.com/starkit/sdx.html"
depends=(tclkit)
arch=('i686' 'x86_64')
license="MIT"
options=(!strip)
source=(http://equi4.com/pub/sk/sdx.kit)
md5sums=('f11522239e4f30e20ebda62282b3f34a')
build() {
mkdir -p "$pkgdir"/usr/bin
install -o root -g root sdx.kit "$pkgdir"/usr/bin/sdx.kit
chmod ugo+x "$pkgdir"/usr/bin/sdx.kit
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment