aboutsummaryrefslogblamecommitdiffstats
path: root/blue/PKGBUILD
blob: d080c259da5b1b7b8ba032caa925675eedce0574 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
                                                             

            
            







                                                                                           
                                                                             



                               
                                
 
# Maintainer: Mattias Andrée <m@`base64 -d`(bWFhbmRyZWU).se>

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


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