summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: c3b356dc32d10d2877281f3435584541d21548cd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Maintainer: Arctic Ice Studio <development@arcticicestudio.com>
pkgname=nord-konsole
pkgver=0.1.0
pkgrel=1
pkgdesc="An arctic, north-bluish clean and elegant Konsole color scheme"
arch=("any")
url="https://github.com/arcticicestudio/nord-konsole"
license=("Apache", "CC-BY-SA-4.0")
depends=("konsole")
makedepends=("git")
source=("$pkgname::git+https://github.com/arcticicestudio/nord-konsole.git#tag=v$pkgver")
md5sums=("SKIP")

package() {
  cd "${srcdir}/${pkgname}"
  install -Dm644 "src/nord.colorscheme" "$pkgdir/usr/share/konsole/nord.colorscheme"
}