You are not logged in.

#1 2007-12-23 12:59:51

hardframed
Member
Registered: 2007-08-03
Posts: 25

Giggle - a GTK frontend for git

The much talked about GIT (content tracker system) now has a nice GTK frontend to go with it. I've made a package script for it. I've tested it, and works. Enjoy! smile

pkgname=giggle
pkgver=0.4
pkgrel=1
pkgdesc="GTK frontend for git - the stupid content tracker"
arch=('i686')
url="http://developer.imendio.com/projects/giggle"
license=('GPL')
depends=(gtk git)
source=(http://ftp.imendio.com/pub/imendio/$pkgname/src/$pkgname-$pkgver.tar.gz)
md5sums=('')

build() {
  cd "$startdir/src/$pkgname-$pkgver"
  
  ./configure --prefix=/usr --with-passfile=.alpinepwd
  make || return 1
  make DESTDIR=$startdir/pkg install || return 1
}

giggle.png

Last edited by hardframed (2007-12-23 13:46:53)


With a linux system, you can smell the victory.
With a arch system, you can taste it.

Offline

#2 2007-12-27 10:01:49

Xilon
Member
Registered: 2007-01-01
Posts: 243

Re: Giggle - a GTK frontend for git

This has been in AUR for ages now...

Offline

Board footer

Powered by FluxBB