diff options
author | David Peter | 2023-07-23 20:02:10 +0200 |
---|---|---|
committer | David Peter | 2023-07-23 20:02:10 +0200 |
commit | c450cb7d9dda02b77381ce88ef31908d5c6cd4a9 (patch) | |
tree | 0fad3faea4675e12cedf8cdb1091930b21053aa5 /PKGBUILD | |
parent | a70c70c246dae311b51e42d097e620452a2c33db (diff) | |
download | aur-c450cb7d9dda02b77381ce88ef31908d5c6cd4a9.tar.gz |
Add logo
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -3,7 +3,7 @@ _npmname=insect _npmver=5.9.0 pkgname=insect pkgver=5.9.0 -pkgrel=2 +pkgrel=3 pkgdesc="High precision scientific calculator with support for physical units" arch=(any) url="https://github.com/sharkdp/insect" @@ -27,6 +27,7 @@ package() { find "${pkgdir}" -name package.json -print0 | xargs -r -0 sed -i '/_where/d' install -Dm644 "$_npmdir/insect/insect.desktop" "${pkgdir}/usr/share/applications/insect.desktop" + install -Dm644 "$_npmdir/insect/web/media/insect.svg" "${pkgdir}/usr/share/pixmaps/insect.svg" chown -R root:root "${pkgdir}" } |