summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBartłomiej Piotrowski2018-01-05 17:41:51 +0100
committerBartłomiej Piotrowski2018-01-05 17:41:51 +0100
commitacff5a93f7e3f7b3a4c24cef7e8a288ab7988c23 (patch)
treea50990c3e4615baab77f2a039ad093f48330b50f
downloadaur-acff5a93f7e3f7b3a4c24cef7e8a288ab7988c23.tar.gz
Import from official repositories
-rw-r--r--.SRCINFO49
-rw-r--r--PKGBUILD61
2 files changed, 110 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
new file mode 100644
index 000000000000..ab72e68b34a3
--- /dev/null
+++ b/.SRCINFO
@@ -0,0 +1,49 @@
+pkgbase = vile
+ pkgdesc = vi like emacs
+ pkgver = 9.8_r
+ pkgrel = 1
+ url = http://invisible-island.net/vile/vile.html
+ arch = x86_64
+ license = custom
+ depends = ncurses
+ source = ftp://invisible-island.net/vile/vile-9.8.tgz
+ source = ftp://invisible-island.net/vile/patches/vile-9.8a.patch.gz
+ source = ftp://invisible-island.net/vile/patches/vile-9.8b.patch.gz
+ source = ftp://invisible-island.net/vile/patches/vile-9.8c.patch.gz
+ source = ftp://invisible-island.net/vile/patches/vile-9.8d.patch.gz
+ source = ftp://invisible-island.net/vile/patches/vile-9.8e.patch.gz
+ source = ftp://invisible-island.net/vile/patches/vile-9.8f.patch.gz
+ source = ftp://invisible-island.net/vile/patches/vile-9.8g.patch.gz
+ source = ftp://invisible-island.net/vile/patches/vile-9.8h.patch.gz
+ source = ftp://invisible-island.net/vile/patches/vile-9.8i.patch.gz
+ source = ftp://invisible-island.net/vile/patches/vile-9.8j.patch.gz
+ source = ftp://invisible-island.net/vile/patches/vile-9.8k.patch.gz
+ source = ftp://invisible-island.net/vile/patches/vile-9.8l.patch.gz
+ source = ftp://invisible-island.net/vile/patches/vile-9.8m.patch.gz
+ source = ftp://invisible-island.net/vile/patches/vile-9.8n.patch.gz
+ source = ftp://invisible-island.net/vile/patches/vile-9.8o.patch.gz
+ source = ftp://invisible-island.net/vile/patches/vile-9.8p.patch.gz
+ source = ftp://invisible-island.net/vile/patches/vile-9.8q.patch.gz
+ source = ftp://invisible-island.net/vile/patches/vile-9.8r.patch.gz
+ md5sums = b5a0d89165f633a662cdb4b5c57f2e2f
+ md5sums = 685cb681943e9315a1689a6a6f4734cb
+ md5sums = f3842ea427c635d0ee96f6da8566fa56
+ md5sums = 69cfdbb0b84a51802455bbe44a5ce32e
+ md5sums = 5d675193bc02ac4cab72452bf0051489
+ md5sums = 1e6317a15d7b2cd99f921f3af312b977
+ md5sums = 7f8a38272395f07e1377cc1943d37e7f
+ md5sums = 26ab76a7305b7ec97b22855810911ceb
+ md5sums = 6ea4cf22e29f5418f26ba6632985c70e
+ md5sums = 908e8f9cf3c9a681c3ef76a3cd04a0c3
+ md5sums = 66f4136ab1ce33f491080c0fb3c87b06
+ md5sums = e4a60ed7e3959269201c5a937b206272
+ md5sums = 6dcca45518004247ff9e11a791a054c9
+ md5sums = 34ea7ba67a31685827c71d88d4be851b
+ md5sums = a820b20d9032e3021c1b4fdd5f01492b
+ md5sums = 55b726a610737bd3203a4478e352b6b9
+ md5sums = 6b0ad7123f74c6bb58f18fa0cfb50173
+ md5sums = c28888b36591275803f1c49a649a2e90
+ md5sums = d9c359c9c6718e45d751a3b405457c97
+
+pkgname = vile
+
diff --git a/PKGBUILD b/PKGBUILD
new file mode 100644
index 000000000000..4ffe0bdf38d6
--- /dev/null
+++ b/PKGBUILD
@@ -0,0 +1,61 @@
+# $Id: PKGBUILD 266875 2017-11-15 14:29:11Z foutrelis $
+# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
+
+pkgname=vile
+pkgver=9.8_r
+_basever=9.8
+pkgrel=1
+pkgdesc="vi like emacs"
+arch=('x86_64')
+url="http://invisible-island.net/vile/vile.html"
+depends=('ncurses')
+license=('custom')
+source=("ftp://invisible-island.net/vile/vile-${_basever}.tgz"
+ $(for i in a b c d e f g h i j k l m n o p q r; do echo "ftp://invisible-island.net/vile/patches/vile-${_basever}$i.patch.gz"; done))
+md5sums=('b5a0d89165f633a662cdb4b5c57f2e2f'
+ '685cb681943e9315a1689a6a6f4734cb'
+ 'f3842ea427c635d0ee96f6da8566fa56'
+ '69cfdbb0b84a51802455bbe44a5ce32e'
+ '5d675193bc02ac4cab72452bf0051489'
+ '1e6317a15d7b2cd99f921f3af312b977'
+ '7f8a38272395f07e1377cc1943d37e7f'
+ '26ab76a7305b7ec97b22855810911ceb'
+ '6ea4cf22e29f5418f26ba6632985c70e'
+ '908e8f9cf3c9a681c3ef76a3cd04a0c3'
+ '66f4136ab1ce33f491080c0fb3c87b06'
+ 'e4a60ed7e3959269201c5a937b206272'
+ '6dcca45518004247ff9e11a791a054c9'
+ '34ea7ba67a31685827c71d88d4be851b'
+ 'a820b20d9032e3021c1b4fdd5f01492b'
+ '55b726a610737bd3203a4478e352b6b9'
+ '6b0ad7123f74c6bb58f18fa0cfb50173'
+ 'c28888b36591275803f1c49a649a2e90'
+ 'd9c359c9c6718e45d751a3b405457c97')
+
+prepare() {
+ cd "$srcdir"/$pkgname-${_basever}
+ for i in "$srcdir"/vile-${_basever}?.patch; do
+ patch -p1 <$i
+ done
+ sed -i 's|FLEX_BETA|FLEX_NOBETA|g' filters/filters.h
+}
+
+build() {
+ cd "$srcdir"/$pkgname-${_basever}
+ ./configure --prefix=/usr
+ make
+}
+
+package() {
+ cd "$srcdir"/$pkgname-${_basever}
+ mkdir -p "$pkgdir"/usr/lib/vile
+ make install DESTDIR="$pkgdir"
+ mkdir -p "$pkgdir"/usr/share/licenses/$pkgname
+ cat <<EOF >"$pkgdir"/usr/share/licenses/$pkgname/license
+Copyright
+
+Vile is copyrighted by Paul G. Fox, Thomas E. Dickey and Kevin Buettner with some
+files (e.g., visvile) copyright by Clark Morgan.
+We distribute it under the terms of the GNU Public License, Version 2.
+EOF
+}