Skip to content

Commit

Permalink
custom frzr
Browse files Browse the repository at this point in the history
  • Loading branch information
honjow committed Sep 27, 2023
1 parent b4c27a4 commit 0cbd44b
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 1 deletion.
1 change: 0 additions & 1 deletion manifest
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,6 @@ export AUR_PACKAGES="\
boxtron \
chimera \
downgrade \
frzr \
gamescope-plus \
gamescope-session-git \
hhfc-git \
Expand Down
26 changes: 26 additions & 0 deletions pkgs/frzr/PKGBUILD
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
# Maintainer: Alesh Slovak <[email protected]>

pkgname=frzr
pkgver=0.14.4
pkgrel=1
pkgdesc="A deployment and update system for read-only btrfs subvolume based operating systems"
arch=('any')
url="https://github.com/honjow/frzr"
license=('MIT')
depends=('btrfs-progs' 'parted' 'libnewt' 'dosfstools' 'jq' 'util-linux')
source=("$pkgname-$pkgver.tar.gz::https://github.com/honjow/frzr/archive/$pkgver.tar.gz")
md5sums=('SKIP')

package() {
mkdir -p "$pkgdir/usr/bin"
mkdir -p "$pkgdir/etc/systemd/system"
install -m 755 "$srcdir/frzr-$pkgver/frzr-bootstrap" "$pkgdir/usr/bin"
install -m 755 "$srcdir/frzr-$pkgver/frzr-deploy" "$pkgdir/usr/bin"
install -m 755 "$srcdir/frzr-$pkgver/__frzr-deploy" "$pkgdir/usr/bin"
install -m 755 "$srcdir/frzr-$pkgver/frzr-release" "$pkgdir/usr/bin"
install -m 755 "$srcdir/frzr-$pkgver/frzr-unlock" "$pkgdir/usr/bin"
install -m 755 "$srcdir/frzr-$pkgver/frzr-initramfs" "$pkgdir/usr/bin"
install -m 755 "$srcdir/frzr-$pkgver/frzr-tweaks" "$pkgdir/usr/bin"
install -m 644 "$srcdir/frzr-$pkgver/frzr-autoupdate.service" "$pkgdir/etc/systemd/system"
install -m 644 "$srcdir/frzr-$pkgver/frzr-autoupdate.timer" "$pkgdir/etc/systemd/system"
}

0 comments on commit 0cbd44b

Please sign in to comment.