summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 8c71f9a129f9619504050b3a9ee987945dc55228 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# Maintainer: Projekt:Root projekt.root@tuta.io
pkgname=recbox-ardour-theme-git
pkgver=r14.51d4f3a
pkgrel=1
pkgdesc="Dark theme for Ardour with Matcha Dark Sea color schema."
arch=('any')
url="https://gitlab.com/ProjektRoot/recbox-ardour-theme"
license=('MIT')
depends=()
makedepends=('git')
source=('recbox-ardour-theme-git::git+https://gitlab.com/ProjektRoot/recbox-ardour-theme')
md5sums=('SKIP')

pkgver() {
  cd "$srcdir/${pkgname}"
  printf "r%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)"
}

package() {
  mkdir -p ${pkgdir}/usr/share/ardour6/themes/
  cd "$srcdir/${pkgname}"
  cp recbox-ardour.colors "$pkgdir/usr/share/ardour6/themes/"
}