[arch-commits] Commit in asciinema/repos/community-any (PKGBUILD PKGBUILD)

Alexander Rødseth arodseth at gemini.archlinux.org
Mon Oct 4 09:48:53 UTC 2021


    Date: Monday, October 4, 2021 @ 09:48:53
  Author: arodseth
Revision: 1027273

archrelease: copy trunk to community-any

Added:
  asciinema/repos/community-any/PKGBUILD
    (from rev 1027272, asciinema/trunk/PKGBUILD)
Deleted:
  asciinema/repos/community-any/PKGBUILD

----------+
 PKGBUILD |   52 ++++++++++++++++++++++++++--------------------------
 1 file changed, 26 insertions(+), 26 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-10-04 09:48:27 UTC (rev 1027272)
+++ PKGBUILD	2021-10-04 09:48:53 UTC (rev 1027273)
@@ -1,26 +0,0 @@
-# Maintainer: Alexander F. Rødseth <xyproto at archlinux.org>
-# Contributor: Marcin Kulik <marcin at asciinema.org>
-
-pkgname=asciinema
-pkgver=2.1.0
-pkgrel=1
-pkgdesc='Record and share terminal sessions'
-arch=(any)
-url='https://asciinema.org/'
-license=(GPL3)
-depends=(python)
-makedepends=(git python-setuptools)
-source=('git+https://github.com/asciinema/asciinema#commit=5f958ccc40b04f84341cc0bfafee6d679a8f7c1c') # tag: v2.1.0
-b2sums=(SKIP)
-
-prepare() {
-  echo -e '#!/bin/sh\n/usr/bin/python -m asciinema "$@"' > "$pkgname/asciinema.sh"
-}
-
-package() {
-  cd $pkgname
-  install -Dm755 -t "$pkgdir/usr/bin" asciinema.sh
-  python setup.py install --root="$pkgdir" --optimize=1
-}
-
-# getver: raw.githubusercontent.com/asciinema/asciinema/master/asciinema/__init__.py

Copied: asciinema/repos/community-any/PKGBUILD (from rev 1027272, asciinema/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-10-04 09:48:53 UTC (rev 1027273)
@@ -0,0 +1,26 @@
+# Maintainer: Alexander F. Rødseth <xyproto at archlinux.org>
+# Contributor: Marcin Kulik <marcin at asciinema.org>
+
+pkgname=asciinema
+pkgver=2.1.0
+pkgrel=1
+pkgdesc='Record and share terminal sessions'
+arch=(any)
+url='https://asciinema.org/'
+license=(GPL3)
+depends=(python)
+makedepends=(git python-setuptools)
+source=('git+https://github.com/asciinema/asciinema#commit=5f958ccc40b04f84341cc0bfafee6d679a8f7c1c') # tag: v2.1.0
+b2sums=(SKIP)
+
+prepare() {
+  echo -e '#!/bin/sh\n/usr/bin/python -m asciinema "$@"' > "$pkgname/asciinema.sh"
+}
+
+package() {
+  cd $pkgname
+  install -Dm755 -t "$pkgdir/usr/bin" asciinema.sh
+  python setup.py install --root="$pkgdir" --optimize=1
+}
+
+# getver: raw.githubusercontent.com/asciinema/asciinema/master/asciinema/__init__.py



More information about the arch-commits mailing list