summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 561538de1c0695a640a1c0926e7bcb0409972db3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Maintainer: Brandon Barker <bbarker.py@protonmail.ch>
pkgname=mplcolors
pkgver=1.0.0
pkgrel=2
pkgdesc="CLI to display matplotlib colors, colorbars, and other useful functions."
arch=('x86_64')
url="https://github.com/AstroBarker/mplcolors"
depends=("bash" "python")
makedepends=("git")
optdepends=()
provides=()
conflicts=()
license=("GPL")
source=("$pkgname::git+https://github.com/astrobarker/mplcolors.git")
package() {
  cd $pkgname
  make DESTDIR="$pkgdir" install
}
sha256sums=('SKIP')