summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD16
1 files changed, 16 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
new file mode 100644
index 000000000000..d211035457d4
--- /dev/null
+++ b/PKGBUILD
@@ -0,0 +1,16 @@
+# Maintainer: Vladislav Glinsky <cl0ne@mithril.org.ua>
+
+pkgname=gtksourceview3-i386asm
+pkgver=20160807
+pkgrel=1
+url="https://wiki.gnome.org/action/show/Projects/GtkSourceView/LanguageDefinitions"
+pkgdesc="i386 AT&T syntax assembly language syntax highlight support in gtksourceview3 for gedit 3 and others"
+arch=('any')
+license=('unknown')
+depends=('gtksourceview3')
+source=('i386asm.lang::https://wiki.gnome.org/Projects/GtkSourceView/LanguageDefinitions?action=AttachFile&do=get&target=i386asm.lang')
+md5sums=('2619840bb9f032fc5faf9caad38077fe')
+
+package() {
+ install -Dm644 i386asm.lang "${pkgdir}/usr/share/gtksourceview-3.0/language-specs/i386asm.lang"
+} \ No newline at end of file