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

            
            







                                                                                           
                                                                             



                               
                                
 
# Maintainer: Mattias Andrée <`base64 -d`(bWF0dGlhcy5hbmRyZWU)@protonmail.com>

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
}