Automated: initialized with version 20120501-1

This commit is contained in:
Ivan Shapovalov 2015-04-18 16:49:02 +03:00
commit 08cda88cee
2 changed files with 29 additions and 0 deletions

13
.SRCINFO Normal file
View file

@ -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

16
PKGBUILD Normal file
View file

@ -0,0 +1,16 @@
# Maintainer: Ivan Shapovalov <intelfx100@gmail.com>
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"
}