[arch-commits] Commit in stellarsolver/repos/community-x86_64 (PKGBUILD PKGBUILD)

Antonio Rojas arojas at gemini.archlinux.org
Fri Feb 18 22:46:01 UTC 2022


    Date: Friday, February 18, 2022 @ 22:46:01
  Author: arojas
Revision: 1134396

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-02-18 22:45:54 UTC (rev 1134395)
+++ PKGBUILD	2022-02-18 22:46:01 UTC (rev 1134396)
@@ -1,23 +0,0 @@
-# Maintainer: Antonio Rojas <arojas at archlinux.org>
-
-pkgname=stellarsolver
-pkgver=1.9
-pkgrel=2
-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=(https://github.com/rlancaste/stellarsolver/archive/$pkgver/$pkgname-$pkgver.tar.gz)
-sha256sums=('e7f6c212da981556ea2a64f131a5f2549a9d098669082ef076ec3230bbfefb66')
-
-build() {
-  cmake -B build -S $pkgname-$pkgver \
-    -DCMAKE_INSTALL_PREFIX=/usr
-  cmake --build build
-}
-
-package() {
-  DESTDIR="$pkgdir" cmake --install build
-}

Copied: stellarsolver/repos/community-x86_64/PKGBUILD (from rev 1134395, stellarsolver/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-02-18 22:46:01 UTC (rev 1134396)
@@ -0,0 +1,24 @@
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+
+pkgname=stellarsolver
+pkgver=1.9
+pkgrel=3
+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=(https://github.com/rlancaste/stellarsolver/archive/$pkgver/$pkgname-$pkgver.tar.gz)
+sha256sums=('e7f6c212da981556ea2a64f131a5f2549a9d098669082ef076ec3230bbfefb66')
+
+build() {
+  cmake -B build -S $pkgname-$pkgver \
+    -DCMAKE_INSTALL_PREFIX=/usr \
+    -DBUILD_TESTER=ON
+  cmake --build build
+}
+
+package() {
+  DESTDIR="$pkgdir" cmake --install build
+}



More information about the arch-commits mailing list