summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 5e8054b5ed1b781ab978748aa3debcf16bcdc760 (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-gedit
pkgver=0.1.0
pkgrel=1
pkgdesc="An arctic, north-bluish clean and elegant gedit syntax theme"
arch=("any")
url="https://github.com/arcticicestudio/nord-gedit"
license=("Apache", "CC-BY-SA-4.0")
depends=("gedit")
makedepends=("git")
source=("$pkgname::git+https://github.com/arcticicestudio/nord-gedit.git#tag=v$pkgver")
md5sums=("SKIP")

package() {
  cd "${srcdir}/${pkgname}"
  install -Dm644 "src/xml/nord.xml" "$pkgdir/usr/share/gtksourceview-3.0/styles/nord.xml"
}