2021-05-02 21:58:11 +02:00
|
|
|
# Maintainer: Daniel Langbein <daniel@systemli.org>
|
|
|
|
_pkgname=mkinitcpio
|
|
|
|
_reponame=arch
|
|
|
|
pkgname="de-p1st-$_pkgname"
|
2021-12-17 22:22:43 +01:00
|
|
|
pkgver=0.0.12
|
2021-05-13 21:38:12 +02:00
|
|
|
pkgrel=1
|
2021-05-03 13:26:54 +02:00
|
|
|
pkgdesc="mkinitcpio configuration"
|
2021-05-02 21:58:11 +02:00
|
|
|
arch=('any')
|
|
|
|
url="https://codeberg.org/privacy1st/${_reponame}"
|
|
|
|
license=('MIT')
|
2021-05-13 21:38:12 +02:00
|
|
|
depends=('mkinitcpio' 'holo' 'git' 'base') # without base "holo apply" may fail on initial system installation
|
2021-05-02 21:58:11 +02:00
|
|
|
makedepends=('git')
|
|
|
|
install='.install'
|
|
|
|
source=("git+${url}.git")
|
|
|
|
sha256sums=('SKIP')
|
|
|
|
|
|
|
|
package() {
|
|
|
|
cd "${_reponame}/pkg/${pkgname}"
|
|
|
|
|
2021-07-05 11:36:19 +02:00
|
|
|
# 11-$pkgname as this shall be applied after de-p1st-gpu-amdgpu
|
|
|
|
install -Dm0544 mkinitcpio.conf.holoscript "$pkgdir"/usr/share/holo/files/11-"$pkgname"/etc/mkinitcpio.conf.holoscript
|
2021-05-02 21:58:11 +02:00
|
|
|
}
|