Skip to content

Instantly share code, notes, and snippets.

@asergi
Created July 13, 2016 21:27
Show Gist options
  • Save asergi/93942b90100047f03908b8fee19b6b16 to your computer and use it in GitHub Desktop.
Save asergi/93942b90100047f03908b8fee19b6b16 to your computer and use it in GitHub Desktop.
diff --git a/srcpkgs/asciinema/template b/srcpkgs/asciinema/template
index cfea88e..defc9ed 100644
--- a/srcpkgs/asciinema/template
+++ b/srcpkgs/asciinema/template
@@ -1,13 +1,17 @@
# Template file for 'asciinema'
pkgname=asciinema
-version=1.2.0
-revision=2
-build_style=go
-go_import_path="github.com/asciinema/asciinema"
-hostmakedepends="git"
+version=1.3.0
+revision=1
+noarch=yes
+build_style=python-module
+python_versions="3.4"
+pycompile_version="3.4"
+pycompile_module="asciinema"
+hostmakedepends="python3.4-setuptools"
+depends="${hostmakedepends}"
short_desc="Record and share your terminal sessions, the right way"
maintainer="Toyam Cox <Vaelatern@gmail.com>"
license="GPL-3"
homepage="https://asciinema.org/"
-distfiles="http://${go_import_path}/archive/v${version}.tar.gz"
-checksum=64b8c2b034945a99398c5593fd8831c6448fd3b6dd788a979582805bfdcb5746
+distfiles="${PYPI_SITE}/a/asciinema/asciinema-${version}.tar.gz"
+checksum=acc1a07306c7af02cd9bc97c32e4748dbfa57ff11beb17fea64eaee67eaa2db3
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment