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 <[email protected]> +# Contributor: Marcin Kulik <[email protected]> + +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
