GNU bug report logs -
#76071
[PATCH] gnu: Add astroterm.
Previous Next
Reported by: vasilii.smirnov <at> mailbox.org
Date: Wed, 5 Feb 2025 16:14:01 UTC
Severity: normal
Tags: patch
Done: Sharlatan Hellseher <sharlatanus <at> gmail.com>
Bug is archived. No further changes may be made.
Full log
Message #38 received at 76071 <at> debbugs.gnu.org (full text, mbox):
From: Vasilii Smirnov <vasilii.smirnov <at> mailbox.org>
* gnu/packages/specifications.scm (specification-ybsc): New variable.
Change-Id: I5d7a40dfee10f19fae7a80dfd1fc13d8a15ef4f1
---
gnu/packages/specifications.scm | 24 ++++++++++++++++++++++++
1 file changed, 24 insertions(+)
diff --git a/gnu/packages/specifications.scm b/gnu/packages/specifications.scm
index b4b59ea0f6..4bb48d855e 100644
--- a/gnu/packages/specifications.scm
+++ b/gnu/packages/specifications.scm
@@ -202,3 +202,27 @@ (define-public specification-specreduce-data
spectroscopic data reduction (e.g. standard star spectra, atmospheric
extinction curves, line lists for calibration lamps).")
(license license:bsd-3))))
+
+(define-public specification-ybsc
+ (package
+ (name "specification-ybsc")
+ (version "20250114214121")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (string-append
+ "https://web.archive.org/web/" version "/"
+ "http://tdc-www.harvard.edu/catalogs/ybsc5.gz"))
+ (sha256
+ (base32
+ "1vbvxhw1i3h2r61zgqy7hpwpa4pmc0jh6mknridvx3xyj0g4pi1x"))))
+ (build-system copy-build-system)
+ (arguments
+ (list
+ #:install-plan #~'(("ybsc5" "share/ybsc5"))))
+ (home-page "http://tdc-www.harvard.edu/catalogs/bsc5.html")
+ (synopsis "Yale Bright Star Catalogue")
+ (description "@acronym{Yale Bright Star Catalogue, YBSC} is a widely used
+source of basic astronomical and astrophysical data for stars brighter than
+magnitude 6.5.")
+ (license license:public-domain)))
--
2.48.1
This bug report was last modified 96 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.