Skip to content

Instantly share code, notes, and snippets.

@Mic92
Last active August 29, 2015 14:10
Show Gist options
  • Star 3 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Mic92/55d038f12fdc80e8747d to your computer and use it in GitHub Desktop.
Save Mic92/55d038f12fdc80e8747d to your computer and use it in GitHub Desktop.
git-extras PKGBUILD
# Maintainer: Stefan Tatschner <stefan.tatschner@gmail.com>
pkgname=git-extras
pkgver=2.2.0
pkgrel=1
pkgdesc="GIT utilities -- repo summary, commit counting, repl, changelog population and more"
arch=(any)
url="http://github.com/visionmedia/git-extras"
license=('custom:MIT')
depends=('git' 'bash')
source="https://github.com/visionmedia/${pkgname}/archive/${pkgver}.tar.gz"
md5sums=('5a27f9245eeec74f95a3fbb0f8c8ad3b')
sha256sums=('6a933114d276761a078e653a961566d9517a6a4eaadacb62e655d39481548f63')
package() {
cd "$srcdir/$pkgname-$pkgver"
make DESTDIR="$pkgdir" PREFIX="/usr" install
#install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
}
# vim:set ts=2 sw=2 et:
@Konfekt
Copy link

Konfekt commented Jan 4, 2015

Hallo Stefan,

frohes neues Jahr und danke für das PKGBuild. Ich habe versucht es bei build.opensuse.org anzubieten, erhalte aber einen Build Error. Hättest Du eine Ahnung woran das liegen könnte?

Enno

@Mic92
Copy link
Author

Mic92 commented Jun 13, 2015

@Konfekt bräuchte schon die Fehlermeldung.

@Mic92
Copy link
Author

Mic92 commented Jun 13, 2015

@Konfekt mein Gist war als Patch für das AUR gedacht. Dort gibt es auch die aktuelle Version

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment