@@ -1,7 +1,7 @@ | |||
# Maintainer: John Jenkins <twodopeshaggy@gmail.com> | |||
pkgname=ccat-git | |||
pkgver=r6.e037c8d | |||
pkgver=r27.e7385e6 | |||
pkgrel=1 | |||
pkgdesc="Colorizes output for cat." | |||
arch=('any') | |||
@@ -12,20 +12,20 @@ options=('!strip' '!emptydirs') | |||
conflicts=('ccat') | |||
source=($pkgname::git+https://github.com/jingweno/ccat.git) | |||
md5sums=('SKIP') | |||
_gourl=github.com/jingweno/ccat | |||
pkgver() { | |||
cd $srcdir/$pkgname | |||
printf "r%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)" | |||
} | |||
build() { | |||
export GOPATH=$srcdir | |||
go get $_gourl | |||
cd "$srcdir/$pkgname" | |||
msg2 'Building ccat' | |||
./build | |||
} | |||
package() { | |||
mkdir -p "$pkgdir/usr/bin" | |||
install -p -m755 $srcdir/bin/ccat "$pkgdir/usr/bin" | |||
install -p -m755 $srcdir/$pkgname/ccat "$pkgdir/usr/bin" | |||
cd "$srcdir/$pkgname" | |||
mkdir -p $pkgdir/usr/share/licenses/$pkgname |
@@ -1,2 +1,7 @@ | |||
e037c8ddbb1addf85f1dd699583592d0343ee51e not-for-merge branch 'master' of https://github.com/jingweno/ccat | |||
e7385e67afd8690c1ea677abfc13f2807aadfe05 not-for-merge branch 'master' of https://github.com/jingweno/ccat | |||
e6acd4c20fbf2f1f6cf7ce593b238a130d15cd56 not-for-merge 'refs/pull/3/head' of https://github.com/jingweno/ccat | |||
fa99378dc00a786cdc463a25a0bfb9993e6431f5 not-for-merge 'refs/pull/6/head' of https://github.com/jingweno/ccat | |||
8d355dd9f59bdc5f2ae0e1836476299f66393061 not-for-merge 'refs/pull/8/head' of https://github.com/jingweno/ccat | |||
385bb19c8bf5aaac2b28ab457b446b08350b12e0 not-for-merge tag 'v0.0.1' of https://github.com/jingweno/ccat | |||
c29151b18413974e8742160522980df28b9b84af not-for-merge tag 'v0.0.2' of https://github.com/jingweno/ccat | |||
c29151b18413974e8742160522980df28b9b84af not-for-merge tag 'v0.0.3' of https://github.com/jingweno/ccat |
@@ -0,0 +1 @@ | |||
x•ŽA E]s鈦C�ÄݺñÐZSJƒ4z|õnþâ%/ïw9¥¡6vS3�б1�œj:Í*hFf2m¯“–ܶÅìO:tJ« ,‚!¶†PµR#:+ûˆ6¸`ÉGá—zËÎÃt}ò—Ï,°¿A>^“Æ]—Ó5r·²…4RŠ•®/+ÿé[üùâÔ÷�raà—OóÈñð“JÈ |
@@ -0,0 +1 @@ | |||
e7385e67afd8690c1ea677abfc13f2807aadfe05 |
@@ -0,0 +1 @@ | |||
e6acd4c20fbf2f1f6cf7ce593b238a130d15cd56 |
@@ -0,0 +1 @@ | |||
fa99378dc00a786cdc463a25a0bfb9993e6431f5 |
@@ -0,0 +1 @@ | |||
8d355dd9f59bdc5f2ae0e1836476299f66393061 |
@@ -0,0 +1 @@ | |||
c29151b18413974e8742160522980df28b9b84af |
@@ -0,0 +1 @@ | |||
c29151b18413974e8742160522980df28b9b84af |
@@ -1,13 +1,13 @@ | |||
# Generated by makepkg 4.2.1 | |||
# using fakeroot version 1.20.2 | |||
# Wed May 6 08:20:18 UTC 2015 | |||
# Wed May 6 16:46:36 UTC 2015 | |||
pkgname = ccat-git | |||
pkgver = r6.e037c8d-1 | |||
pkgver = r27.e7385e6-1 | |||
pkgdesc = Colorizes output for cat. | |||
url = https://github.com/jingweno/ccat | |||
builddate = 1430900418 | |||
builddate = 1430930796 | |||
packager = Unknown Packager | |||
size = 9540608 | |||
size = 9882624 | |||
arch = any | |||
license = CUSTOM | |||
conflict = ccat |
@@ -1,7 +1,7 @@ | |||
# Maintainer: John Jenkins <twodopeshaggy@gmail.com> | |||
pkgname=ccat | |||
pkgver=0.0.1 | |||
pkgver=0.0.3 | |||
pkgrel=1 | |||
pkgdesc="Colorizes output for cat." | |||
arch=('any') | |||
@@ -11,30 +11,20 @@ makedepends=('go' 'git') | |||
conflicts=('ccat-git') | |||
options=('!strip' '!emptydirs') | |||
source=("https://github.com/jingweno/$pkgname/archive/v$pkgver.tar.gz") | |||
md5sums=('0b8bbb44ec1ede4bd83e68d2bfd93bf9') | |||
md5sums=('9d2f9f8e812fdfe86fde3e0a56b3be73') | |||
prepare() { | |||
mkdir -p "$srcdir/go" | |||
export GOPATH="$srcdir/go" | |||
go get github.com/codegangsta/cli | |||
go get github.com/sourcegraph/syntaxhighlight | |||
} | |||
build() { | |||
export GOPATH="$srcdir/go" | |||
cd "$srcdir/$pkgname-$pkgver/" | |||
msg2 'Building ccat' | |||
go build | |||
./build | |||
} | |||
package() { | |||
cd "$srcdir/$pkgname-$pkgver/" | |||
install -Dm755 "$pkgname-$pkgver" "$pkgdir/usr/bin/$pkgname" | |||
install -Dm755 "$pkgname" "$pkgdir/usr/bin/$pkgname" | |||
cd "$srcdir/$pkgname-$pkgver" | |||
mkdir -p $pkgdir/usr/share/licenses/$pkgname | |||
install -m 0644 LICENSE $pkgdir/usr/share/licenses/$pkgname/ |
@@ -1,13 +1,13 @@ | |||
# Generated by makepkg 4.2.1 | |||
# using fakeroot version 1.20.2 | |||
# Wed May 6 08:22:16 UTC 2015 | |||
# Wed May 6 16:05:26 UTC 2015 | |||
pkgname = ccat | |||
pkgver = 0.0.1-1 | |||
pkgver = 0.0.3-1 | |||
pkgdesc = Colorizes output for cat. | |||
url = https://github.com/jingweno/ccat | |||
builddate = 1430900536 | |||
builddate = 1430928326 | |||
packager = Unknown Packager | |||
size = 9540608 | |||
size = 9883648 | |||
arch = any | |||
license = CUSTOM | |||
conflict = ccat-git |
@@ -8,6 +8,7 @@ arch=('any') | |||
depends=('vim') | |||
makedepends=('git') | |||
groups=('vim-plugins') | |||
conflicts=('vim-php-indent-git') | |||
url="https://github.com/captbaritone/better-indent-support-for-php-with-html" | |||
license=('custom:vim') | |||
source=(${pkgname%-git}::git+https://github.com/captbaritone/better-indent-support-for-php-with-html) |
@@ -1,11 +1,11 @@ | |||
# Generated by makepkg 4.2.1 | |||
# using fakeroot version 1.20.2 | |||
# Wed May 6 11:29:43 UTC 2015 | |||
# Wed May 6 14:15:57 UTC 2015 | |||
pkgname = vim-better-indent-support-for-php-with-html-git | |||
pkgver = 20130518-1 | |||
pkgdesc = Vim indent script for PHP | |||
url = https://github.com/captbaritone/better-indent-support-for-php-with-html | |||
builddate = 1430911783 | |||
builddate = 1430921757 | |||
packager = Unknown Packager | |||
size = 34816 | |||
arch = any |
@@ -0,0 +1 @@ | |||
e907f07b53dd6d6b7b2f6956cd18202ef3f26c24 not-for-merge branch 'master' of https://github.com/captbaritone/better-indent-support-for-php-with-html |