Skip to content

Commit

Permalink
Added PKGBUILD
Browse files Browse the repository at this point in the history
  • Loading branch information
PrettyFlower committed Oct 14, 2012
1 parent 2a266e5 commit 9b5ad89
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions PKGBUILD
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# Maintainer: PrettyFlower <[email protected]>
pkgname=kate-typescript-syntax-highlighting
pkgver=20121013
pkgrel=1
pkgdesc="Syntax highlighting for TypeScript in Kate"
arch=('any')
url="https://github.com/PrettyFlower/KateTypeScriptSyntaxHighlighting"
license=('GPL')
groups=()
depends=('kdesdk-kate')

package() {
wget https://raw.github.com/PrettyFlower/KateTypeScriptSyntaxHighlighting/master/typescript.xml
mkdir -p $pkgdir/usr/share/apps/katepart/syntax
mv typescript.xml $pkgdir/usr/share/apps/katepart/syntax/typescript.xml
}

0 comments on commit 9b5ad89

Please sign in to comment.