calamares-package/PKGBUILD

20 lines
476 B
Bash

# Maintainer: tio <contact at tromsite dot com>
pkgname=tromjaro-calamares-theme
pkgver=3.3
pkgrel=1.1
pkgdesc="Theme for calamares"
arch=("any")
url="https://gitlab.com/tromsite/tromjaro/calamares-settings"
license=("GPL3")
depends=("calamares")
makedepends=("git")
source=("${pkgname}::git+${url}.git#commit=4cfaf73b3d112e51fcfe9b7a6b485dbba94d87cc")
sha256sums=('SKIP')
package() {
install -d "${pkgdir}/etc"
cp -r "${srcdir}/${pkgname}/calamares" "${pkgdir}/etc/"
}