Skip to content

Commit

Permalink
Added calamares config
Browse files Browse the repository at this point in the history
  • Loading branch information
zstg committed Dec 23, 2024
1 parent 4c2fb66 commit 0cdd9a6
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions PKGBUILDS/stratos-calamares-config/PKGBUILD
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# Maintainer: ZeStig <zestig@duck.com>
pkgname=stratos-calamares-config
pkgver=1.0
pkgrel=0
pkgdesc="StratOS Calamares config"
arch=('x86_64')
url="https://github.com/StratOS-Linux/StratOS-calamares-config"
license=('GPL')
depends=('bash')

build() {
git clone $url
echo $srcdir
}

package() {
mkdir -p "$pkgdir/etc/calamares"
cp -r "$srcdir"/* "$pkgdir"/etc/calamares/
}

pkgpostrm(){
rm -rf "/etc/calamares/"
}

0 comments on commit 0cdd9a6

Please sign in to comment.