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-07-06 22:01:47 +00:00
|
|
|
pkgver=3.7
|
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-07-06 22:01:47 +00:00
|
|
|
source=("${pkgname}::git+${url}.git#commit=bc20d00cfa9a4aeba39fb368938d3d7e532771b0")
|
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/"
|
|
|
|
}
|