[arch-commits] Commit in sl/repos/community-x86_64 (PKGBUILD PKGBUILD)

Felix Yan felixonmars at archlinux.org
Thu May 31 02:18:42 UTC 2018


    Date: Thursday, May 31, 2018 @ 02:18:41
  Author: felixonmars
Revision: 333859

archrelease: copy trunk to community-x86_64

Added:
  sl/repos/community-x86_64/PKGBUILD
    (from rev 333858, sl/trunk/PKGBUILD)
Deleted:
  sl/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   64 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 32 insertions(+), 32 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-05-31 02:18:07 UTC (rev 333858)
+++ PKGBUILD	2018-05-31 02:18:41 UTC (rev 333859)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: Jakub Luzny <limoto94 at gmail.com>
-# Contributor: SanskritFritz (gmail)
-
-pkgname=sl
-pkgver=5.02
-pkgrel=4
-pkgdesc='Steam Locomotive runs across your terminal when you type "sl" as you meant to type "ls".'
-arch=('i686' 'x86_64')
-url="http://www.tkl.iis.u-tokyo.ac.jp/~toyoda/index_e.html"
-license=('custom')
-depends=('ncurses')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/mtoyoda/sl/archive/$pkgver.tar.gz")
-md5sums=('5d5fe203eb19598821647ba8db5dde6c')
-
-build() {
-	cd "$srcdir/sl-$pkgver"
-
-	cc $CFLAGS -o sl sl.c -lcurses
-	gzip -9 -f sl.1
-}
-
-package() {
-	cd "$srcdir/sl-$pkgver"
-
-	install -Dm 775 sl "$pkgdir/usr/bin/sl"
-	install -Dm 644 sl.1.gz "$pkgdir/usr/share/man/man1/sl.1.gz"
-  install -Dm 644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: sl/repos/community-x86_64/PKGBUILD (from rev 333858, sl/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-05-31 02:18:41 UTC (rev 333859)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Jakub Luzny <limoto94 at gmail.com>
+# Contributor: SanskritFritz (gmail)
+
+pkgname=sl
+pkgver=5.02
+pkgrel=5
+pkgdesc='Steam Locomotive runs across your terminal when you type "sl" as you meant to type "ls".'
+arch=('x86_64')
+url="http://www.tkl.iis.u-tokyo.ac.jp/~toyoda/index_e.html"
+license=('custom')
+depends=('ncurses')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/mtoyoda/sl/archive/$pkgver.tar.gz")
+sha512sums=('a4d18bc79d7e0eca7748b10226a6b2a85a7a01d636e4e9215bf524a7849bc5cb250034326e5a69f7423d79e40b92182fddc0e56e25df616edae06369c782cb26')
+
+build() {
+	cd "$srcdir/sl-$pkgver"
+
+	cc $CFLAGS -o sl sl.c -lcurses
+	gzip -9 -f sl.1
+}
+
+package() {
+	cd "$srcdir/sl-$pkgver"
+
+	install -Dm 775 sl "$pkgdir/usr/bin/sl"
+	install -Dm 644 sl.1.gz "$pkgdir/usr/share/man/man1/sl.1.gz"
+  install -Dm 644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+# vim:set ts=2 sw=2 et:



More information about the arch-commits mailing list