Package Details: gti 1.8.0-1

Git Clone URL: https://aur.archlinux.org/gti.git (read-only, click to copy)
Package Base: gti
Description: A silly git launcher
Upstream URL: https://r-wos.org/hacks/gti
Licenses: custom
Submitter: alub
Maintainer: alub
Last Packager: alub
Votes: 22
Popularity: 0.001319
First Submitted: 2012-10-08 15:08 (UTC)
Last Updated: 2023-03-26 17:23 (UTC)

Dependencies (1)

Required by (0)

Sources (1)

Latest Comments

Felixoid commented on 2021-07-14 19:08 (UTC)

Hello. I just checked the syscalls for the gti, it executes git. I believe, git must be in dependencies.

fersingb commented on 2014-03-25 16:02 (UTC)

Out of date. Here is the PKGBUILD for the latest version: #####BEGIN##### # Maintainer: Antoine Lubineau <antoine@lubignon.info> pkgname=gti pkgver=1.2.0 pkgrel=1 pkgdesc="A silly git launcher" arch=('i686' 'x86_64') url="http://r-wos.org/hacks/gti" license=('custom') source=("https://github.com/rwos/gti/tarball/v$pkgver" 'LICENSE') sha256sums=('08dbf3156e203141f626ccd8fc97b289e9bd92ced6906a18bdc8a288f1fa4df6' '131817f9197405ccbfed83ad13d85f8cebccfe53be11151625bdec3c9c014d0b') build() { cd "$srcdir/rwos-gti-97639f3" make } package() { cd "$srcdir" install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE" cd rwos-gti-97639f3 install -Dm755 gti "$pkgdir/usr/bin/gti" } # vim:set ts=2 sw=2 et: #####END######