From 08cda88ceead310112cbeec7f0ec7693063d0923 Mon Sep 17 00:00:00 2001 From: Ivan Shapovalov Date: Sat, 18 Apr 2015 16:49:02 +0300 Subject: [PATCH] Automated: initialized with version 20120501-1 --- .SRCINFO | 13 +++++++++++++ PKGBUILD | 16 ++++++++++++++++ 2 files changed, 29 insertions(+) create mode 100644 .SRCINFO create mode 100644 PKGBUILD diff --git a/.SRCINFO b/.SRCINFO new file mode 100644 index 000000000000..b07e0c04743f --- /dev/null +++ b/.SRCINFO @@ -0,0 +1,13 @@ +pkgbase = gtksourceview3-asm-intel + pkgdesc = x86 (Intel) assembly language syntax highlight support in gtksourceview3 for gedit 3 and others + pkgver = 20120501 + pkgrel = 1 + url = https://wiki.gnome.org/action/show/Projects/GtkSourceView/LanguageDefinitions + arch = any + license = unknown + depends = gtksourceview3 + source = asm-intel.lang::https://wiki.gnome.org/Projects/GtkSourceView/LanguageDefinitions?action=AttachFile&do=get&target=asm-intel.lang + md5sums = d5b196c1c17b2c7081e12f1f1f24e690 + +pkgname = gtksourceview3-asm-intel + diff --git a/PKGBUILD b/PKGBUILD new file mode 100644 index 000000000000..b4c22a1503ef --- /dev/null +++ b/PKGBUILD @@ -0,0 +1,16 @@ +# Maintainer: Ivan Shapovalov + +pkgname=gtksourceview3-asm-intel +pkgver=20120501 +pkgrel=1 +url="https://wiki.gnome.org/action/show/Projects/GtkSourceView/LanguageDefinitions" +pkgdesc="x86 (Intel) assembly language syntax highlight support in gtksourceview3 for gedit 3 and others" +arch=('any') +license=('unknown') +depends=('gtksourceview3') +source=('asm-intel.lang::https://wiki.gnome.org/Projects/GtkSourceView/LanguageDefinitions?action=AttachFile&do=get&target=asm-intel.lang') +md5sums=('d5b196c1c17b2c7081e12f1f1f24e690') + +package() { + install -Dm644 asm-intel.lang "${pkgdir}/usr/share/gtksourceview-3.0/language-specs/asm-intel.lang" +}