calamares-package/PKGBUILD

20 lines
414 B
Bash
Raw Permalink Normal View History

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
2022-01-14 22:06:46 +00:00
pkgver=7.2
2020-12-21 22:57:46 +00:00
pkgrel=1
2019-11-05 16:43:00 +00:00
pkgdesc="Theme for calamares"
arch=("any")
2021-10-18 12:17:32 +00:00
url="https://git.trom.tf/TROMjaro/calamares-settings"
2019-11-05 16:43:00 +00:00
license=("GPL3")
depends=("calamares")
makedepends=("git")
2020-12-21 16:37:29 +00:00
source=("${pkgname}::git+${url}")
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/"
}