Skip to content
Snippets Groups Projects
Commit e42151cf authored by Bryce Vandegrift's avatar Bryce Vandegrift Committed by Patrycja Rosa
Browse files

testing/predict: new aport

https://www.qsl.net/kd2bd/predict.html
Multi-user satellite tracking and orbital prediction program
parent 9aa42909
No related branches found
No related tags found
1 merge request!75619testing/predict: new aport
Pipeline #274830 canceled
# Contributor: Bryce Vandegrift <bryce@brycevandegrift.xyz>
# Maintainer: Bryce Vandegrift <bryce@brycevandegrift.xyz>
pkgname=predict
pkgver=2.3.1
pkgrel=0
pkgdesc="Multi-user satellite tracking and orbital prediction program"
url="https://www.qsl.net/kd2bd/predict.html"
arch="all"
license="GPL-2.0-or-later"
makedepends="alsa-lib-dev ncurses-dev bash"
subpackages="$pkgname-doc"
options="!check" # no test suite
source="https://www.qsl.net/kd2bd/predict-$pkgver.tar.gz"
build() {
# Build predict
./build
# Build earthtrack
cd clients/earthtrack
./build
}
package() {
install -Dm 755 predict -t "$pkgdir/usr/bin"
install -Dm 755 xpredict -t "$pkgdir/usr/bin"
install -Dm 755 kepupdate -t "$pkgdir/usr/bin"
install -Dm 755 clients/earthtrack/earthtrack -t "$pkgdir/usr/bin"
install -Dm 644 docs/man/predict.1 -t "$pkgdir/usr/share/man/man1"
}
sha512sums="
88e609c875148a7937946fd0e6ded49782570e7667e0a5e75f4eecb83f52f14de3031e8a74ac454d99aa50a838d341892345704f58632d6e3b83fcf86da8a029 predict-2.3.1.tar.gz
"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment