aboutsummaryrefslogtreecommitdiffstats
path: root/blue/PKGBUILD
blob: 6bfd4bf425a299e4c7eb3d9ed0a1e6328c05a396 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Maintainer: Mattias Andrée <m@`base64 -d`(bWFhbmRyZWU).se>

pkgname=blue
pkgver=1.1.2
pkgrel=1
pkgdesc="Creates table of when the blue hour, the golden hour, or whatever you want occurs"
arch=(any)
url="https://codeberg.org/maandree/blue"
license=('custom:ISC')
depends=(python3 solar-python)
makedepends=()
source=(${pkgname}-${pkgver}.tar.gz::$url/archive/$pkgver.tar.gz)
sha256sums=(77aaf03d0374a0fff1e3290cc8492ef9f48ccf8517b411396a90f83ff1c162a9)


package() {
  cd "$srcdir/$pkgname"
  make DESTDIR="$pkgdir" install
}