summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorcl0ne2016-08-07 17:18:16 +0300
committercl0ne2016-08-07 17:18:16 +0300
commitba24581c47f0f982190eecfd30bf6120eab8fd57 (patch)
tree352496a2f4c906bf01b090c7e1c8e1a350339301
downloadaur-gtksourceview3-i386asm.tar.gz
Initial commit
-rw-r--r--.SRCINFO13
-rw-r--r--PKGBUILD16
2 files changed, 29 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
new file mode 100644
index 000000000000..dc3d9a762fc1
--- /dev/null
+++ b/.SRCINFO
@@ -0,0 +1,13 @@
+pkgbase = gtksourceview3-i386asm
+ pkgdesc = i386 AT&T syntax assembly language syntax highlight support in gtksourceview3 for gedit 3 and others
+ pkgver = 20160807
+ pkgrel = 1
+ url = https://wiki.gnome.org/action/show/Projects/GtkSourceView/LanguageDefinitions
+ 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
+
+pkgname = gtksourceview3-i386asm
+
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