[arch-commits] Commit in stellarsolver/repos (2 files)
Antonio Rojas
arojas at gemini.archlinux.org
Sun Dec 12 10:49:45 UTC 2021
Date: Sunday, December 12, 2021 @ 10:49:45
Author: arojas
Revision: 1068797
archrelease: copy trunk to community-staging-x86_64
Added:
stellarsolver/repos/community-staging-x86_64/
stellarsolver/repos/community-staging-x86_64/PKGBUILD
(from rev 1068796, stellarsolver/trunk/PKGBUILD)
----------+
PKGBUILD | 23 +++++++++++++++++++++++
1 file changed, 23 insertions(+)
Copied: stellarsolver/repos/community-staging-x86_64/PKGBUILD (from rev 1068796, stellarsolver/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD (rev 0)
+++ community-staging-x86_64/PKGBUILD 2021-12-12 10:49:45 UTC (rev 1068797)
@@ -0,0 +1,23 @@
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+
+pkgname=stellarsolver
+pkgver=1.8
+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=('4f0009dfa76b153848abd9bcbea52b8dc27159133cf6a1db165b16e5c7b04841')
+
+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