[arch-commits] Commit in (5 files)

Alexander Rødseth arodseth at archlinux.org
Thu Jul 28 11:28:35 UTC 2016


    Date: Thursday, July 28, 2016 @ 11:28:35
  Author: arodseth
Revision: 184538

Move from AUR. Great utility for command line screencasts.

Added:
  asciinema/
  asciinema/repos/
  asciinema/repos/community-any/
  asciinema/trunk/
  asciinema/trunk/PKGBUILD

----------+
 PKGBUILD |   22 ++++++++++++++++++++++
 1 file changed, 22 insertions(+)

Added: asciinema/trunk/PKGBUILD
===================================================================
--- asciinema/trunk/PKGBUILD	                        (rev 0)
+++ asciinema/trunk/PKGBUILD	2016-07-28 11:28:35 UTC (rev 184538)
@@ -0,0 +1,22 @@
+# $Id$
+# Maintainer: Alexander F Rødseth <xyproto at archlinux.org>
+# Contributor: Marcin Kulik <marcin at asciinema.org>
+
+pkgname=asciinema
+pkgver=1.3.0
+pkgrel=3
+pkgdesc='Record and share your terminal sessions'
+arch=('any')
+url='https://asciinema.org/'
+license=('GPL3')
+depends=('python')
+source=("$pkgname.tar.gz::https://github.com/asciinema/asciinema/archive/v${pkgver}.tar.gz")
+sha256sums=('968016828119d53b8e4e6ccf40a2635704d236f8e805f635c15adc09a4373a55')
+
+package() {
+  cd "$pkgname-$pkgver"
+
+  python setup.py install --root="$pkgdir/" --optimize=1
+}
+
+# vim:set ts=2 sw=2 et:


Property changes on: asciinema/trunk/PKGBUILD
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property



More information about the arch-commits mailing list