summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 6097650a918e7f48fefc4b0092134d1de6f545df (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
pkgname=star-charter-git
_pkgname=star-charter
pkgver=4.0
pkgrel=1
pkgdesc="A command-line tool for producing vector-graphics charts of the night sky in SVG, PDF and PNG formats"
url="https://github.com/dcf21/star-charter"
arch=('x86_64')
license=('GPL3')
makedepends=('python-numpy')
depends=()
source=("git+https://github.com/dcf21/star-charter.git")
sha1sums=('SKIP')


build() {
	cd "${srcdir}/${_pkgname}"
	./setup.sh
}

package() {
	mkdir -p "$pkgdir/opt/${_pkgname}"
	cp -r "${srcdir}/${_pkgname}/" "$pkgdir/opt/"
}