diff options
| author | pml68 <contact@pml68.dev> | 2025-06-20 03:01:07 +0200 |
|---|---|---|
| committer | pml68 <contact@pml68.dev> | 2025-06-20 03:01:07 +0200 |
| commit | efb9d3f7bcb013b39e31304293e58b7fb4144d30 (patch) | |
| tree | 6478322170861e49895dcd3d0e1471ac9761cf67 /PKGBUILD | |
| parent | feat(PKGBUILD): add `check` for tests [skip ci] (diff) | |
| download | iced-builder-efb9d3f7bcb013b39e31304293e58b7fb4144d30.tar.gz | |
feat: project file to open can be passed as an argument + desktop entry
Diffstat (limited to 'PKGBUILD')
| -rw-r--r-- | PKGBUILD | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -1,7 +1,7 @@ # Maintainer: pml68 <contact@pml68.dev> pkgname=iced-builder -pkgver=0.1.0.r174.g7398f64 +pkgver=0.1.0.r175.g0ade991 pkgrel=1 pkgdesc='UI builder for iced, built with iced.' arch=(x86_64) @@ -58,5 +58,7 @@ package() { cd "${pkgname}" install -Dm755 "target/release/${pkgname}" "${pkgdir}/usr/bin/${pkgname}" + install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE" + install -Dm644 "assets/linux/dev.pml68.${pkgname}.desktop" -t "${pkgdir}/usr/share/applications" } |
