[arch-commits] Commit in nautilus-terminal/repos (2 files)
Felix Yan
felixonmars at archlinux.org
Thu Nov 12 17:15:23 UTC 2020
Date: Thursday, November 12, 2020 @ 17:15:23
Author: felixonmars
Revision: 752391
archrelease: copy trunk to community-staging-any
Added:
nautilus-terminal/repos/community-staging-any/
nautilus-terminal/repos/community-staging-any/PKGBUILD
(from rev 752390, nautilus-terminal/trunk/PKGBUILD)
----------+
PKGBUILD | 29 +++++++++++++++++++++++++++++
1 file changed, 29 insertions(+)
Copied: nautilus-terminal/repos/community-staging-any/PKGBUILD (from rev 752390, nautilus-terminal/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD (rev 0)
+++ community-staging-any/PKGBUILD 2020-11-12 17:15:23 UTC (rev 752391)
@@ -0,0 +1,29 @@
+# Maintainer: Balló György <ballogyor+arch at gmail dot com>
+
+pkgname=nautilus-terminal
+pkgver=3.3.0
+pkgrel=2
+pkgdesc="Embedded terminal for Nautilus"
+arch=(any)
+url="https://github.com/flozz/nautilus-terminal"
+license=(GPL3)
+depends=(python-nautilus python-psutil vte3)
+makedepends=(git python-setuptools)
+_commit=b9275af4e160bfb13053f99497bf92488e99e6a0 # tags/v3.3.0
+source=("git+https://github.com/flozz/nautilus-terminal#commit=$_commit")
+sha512sums=('SKIP')
+
+pkgver() {
+ cd $pkgname
+ git describe --tags | sed 's/^v//;s/-/+/g'
+}
+
+build() {
+ cd $pkgname
+ python3 setup.py build
+}
+
+package() {
+ cd $pkgname
+ python3 setup.py install --root="$pkgdir" --optimize=1
+}
More information about the arch-commits
mailing list