Last active
August 29, 2015 14:10
-
-
Save Mic92/55d038f12fdc80e8747d to your computer and use it in GitHub Desktop.
git-extras PKGBUILD
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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: |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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