Skip to content

Commit

Permalink
add yafti
Browse files Browse the repository at this point in the history
  • Loading branch information
BoukeHaarsma23 committed Sep 30, 2023
1 parent 371122b commit 6548b54
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions pkgs/yafti/PKGBUILD
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
pkgname=yafti
pkgver=0.8.0
pkgrel=1
pkgdesc="Yet Another First Time Installer"
arch=(any)
depends=(libadwaita gtk4 gobject-introspection python-{rich,typer,gbulb,pydantic,yaml})
source=(https://github.com/ublue-os/yafti/archive/refs/tags/v$pkgver.zip)
sha512sums=('SKIP')
makedepends=(python-{build,installer,wheel,poetry})

build() {
cd "$pkgname-$pkgver"
python -m build --wheel --no-isolation
}

package() {
cd "$pkgname-$pkgver"
python -m installer --destdir="$pkgdir" dist/*.whl
}

0 comments on commit 6548b54

Please sign in to comment.