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-05-31 18:28:57 +00:00
|
|
|
pkgver=3.6
|
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-05-31 18:24:47 +00:00
|
|
|
source=("${pkgname}::git+${url}.git#commit=26a1f3320fe799dd66c35d30accf8d89ca112c76")
|
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/"
|
|
|
|
}
|