summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: d9db19a22583328016896841d4c212ba364b00aa (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: Christian Finnberg <christian at finnberg dot net>

pkgname=sekiro-grub-theme-git
_themename=sekiro
pkgver=r1.a704748
pkgrel=1
pkgdesc="A GRUB Bootloader Theme with japanese style"
url='https://github.com/semimqmo/sekiro_grub_theme'
arch=('any')
license=('MIT')
depends=('grub')
makedepends=('git')
install="${pkgname}.install"
source=("${pkgname}"::"git+https://github.com/semimqmo/sekiro_grub_theme")
md5sums=('SKIP')

package() {
  cd "${srcdir}"
  install -dm 755 $pkgdir/usr/share/grub/themes/${_themename}
  cp -rf --no-preserve=ownership ${pkgname}/Sekiro/* $pkgdir/usr/share/grub/themes/${_themename}/
  cd "$pkgname"
  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
}