[arch-commits] Commit in stellarsolver (3 files)

Antonio Rojas arojas at archlinux.org
Sat Nov 21 09:18:14 UTC 2020


    Date: Saturday, November 21, 2020 @ 09:18:14
  Author: arojas
Revision: 758304

archrelease: copy trunk to community-x86_64

Added:
  stellarsolver/repos/
  stellarsolver/repos/community-x86_64/
  stellarsolver/repos/community-x86_64/PKGBUILD
    (from rev 758303, stellarsolver/trunk/PKGBUILD)

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

Copied: stellarsolver/repos/community-x86_64/PKGBUILD (from rev 758303, stellarsolver/trunk/PKGBUILD)
===================================================================
--- repos/community-x86_64/PKGBUILD	                        (rev 0)
+++ repos/community-x86_64/PKGBUILD	2020-11-21 09:18:14 UTC (rev 758304)
@@ -0,0 +1,23 @@
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+
+pkgname=stellarsolver
+pkgver=1.5
+pkgrel=1
+pkgdesc="The cross platform Sextractor and Astrometry.net-Based internal astrometric solver"
+arch=(x86_64)
+url="https://github.com/rlancaste/stellarsolver"
+license=(GPL3)
+depends=(qt5-base gsl wcslib)
+makedepends=(cmake)
+source=($pkgname-$pkgver.tar.gz::"https://github.com/rlancaste/stellarsolver/archive/$pkgver.tar.gz")
+sha256sums=('62ce99c066a205c9f7c5cbace1678504750ceeb99cb12bacd4e4a329c4f512bc')
+
+build() {
+  cmake -B build -S $pkgname-$pkgver \
+    -DCMAKE_INSTALL_PREFIX=/usr
+  cmake --build build
+}
+
+package() {
+  DESTDIR="$pkgdir" cmake --install build
+}



More information about the arch-commits mailing list