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

Frederik Schwan freswa at archlinux.org
Tue Jun 30 04:02:05 UTC 2020


    Date: Tuesday, June 30, 2020 @ 04:02:05
  Author: freswa
Revision: 657045

archrelease: copy trunk to community-any

Added:
  ispin/repos/community-any/
  ispin/repos/community-any/PKGBUILD
    (from rev 657044, ispin/trunk/PKGBUILD)

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

Copied: ispin/repos/community-any/PKGBUILD (from rev 657044, ispin/trunk/PKGBUILD)
===================================================================
--- community-any/PKGBUILD	                        (rev 0)
+++ community-any/PKGBUILD	2020-06-30 04:02:05 UTC (rev 657045)
@@ -0,0 +1,26 @@
+# Maintainer: Frederik Schwan <freswa at archlinux dot org>
+# Contributor: Ghost of Kendo <ghostofkendo at gmail dot com>
+
+pkgname=ispin
+pkgver=6.5.0
+pkgrel=2
+pkgdesc='New Tcl/Tk GUI for Spin replacing xSpin'
+arch=('any')
+url='https://spinroot.com/'
+license=('custom:SPIN')
+depends=('spin>=6.0' 'tk>=8.5' 'gcc')
+optdepends=('graphviz: recommended, provides dot tool for automata view'
+            'curl: for version check information')
+source=("https://github.com/nimble-code/Spin/archive/version-${pkgver}.tar.gz")
+b2sums=('d4cd147b8d8204e9c092865e49b59426c49e225578d64818e88eed44fa3a660346dfa424315d4c55f642c00a099337aff86aea5b0cf019b9f59059b636f32250')
+
+build() {
+  cd Spin-version-${pkgver}/Src
+  make
+}
+
+package() {
+  cd Spin-version-${pkgver}
+  install -Dm755 optional_gui/${pkgname}.tcl "${pkgdir}"/usr/bin/${pkgname}
+  install -Dm644 Src/LICENSE "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
+}



More information about the arch-commits mailing list