2020-03-08 00:37:25 +00:00
|
|
|
# Maintainer: tio <contact at tromsite dot com>
|
2019-11-05 16:43:00 +00:00
|
|
|
|
|
|
|
pkgname=tromjaro-calamares-theme
|
2020-04-02 17:05:34 +00:00
|
|
|
pkgver=3.3
|
2020-02-15 15:01:27 +00:00
|
|
|
pkgrel=1.1
|
2019-11-05 16:43:00 +00:00
|
|
|
pkgdesc="Theme for calamares"
|
|
|
|
arch=("any")
|
|
|
|
url="https://gitlab.com/tromsite/tromjaro/calamares-settings"
|
|
|
|
license=("GPL3")
|
|
|
|
depends=("calamares")
|
|
|
|
makedepends=("git")
|
2020-04-02 17:59:33 +00:00
|
|
|
source=("${pkgname}::git+${url}.git#commit=4cfaf73b3d112e51fcfe9b7a6b485dbba94d87cc")
|
2020-02-15 15:01:27 +00:00
|
|
|
sha256sums=('SKIP')
|
2019-11-05 16:43:00 +00:00
|
|
|
|
|
|
|
|
|
|
|
package() {
|
|
|
|
install -d "${pkgdir}/etc"
|
|
|
|
cp -r "${srcdir}/${pkgname}/calamares" "${pkgdir}/etc/"
|
|
|
|
}
|