Skip to content

Commit

Permalink
pkgbuild works enough to install a working dev bin
Browse files Browse the repository at this point in the history
  • Loading branch information
Iris-TheRainbow committed Jun 18, 2024
1 parent ca4c53e commit bae660a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions PKGBUILD
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Maintainer: iris snazzsinclair@gmail.com
pkgname=revhubinterface-git
_pkgname=RevHubInterface
pkgver=1.3.3.r26.ga76ea6b
pkgver=1.3.3.r29.gca4c53e
pkgrel=1
pkgdesc="Software for controling a REV Expansion Hub on a pc over USB"
arch=('any')
Expand All @@ -26,7 +26,7 @@ build(){
}
package(){
cd $_pkgname
install -Dm644 -t "$pkgdir/usr/share/icons/" org.unofficialrevport.REVHubInterface.png
install -Dm644 -t "$pkgdir/usr/share/applications/" revhubinterface.desktop
install -Dm755 -t "$pkgdir/usr/bin/REVHubInterface" dist/REVHubInterface
install -Dm644 -t "${pkgdir}/usr/share/pixmaps/${name}.png" org.unofficialrevport.REVHubInterface.png
install -Dm644 -t "${pkgdir}/usr/share/applications/${name}.desktop" revhubinterface.desktop
install -Dm755 -t "${pkgdir}/usr/bin/revhubinterface/revhubinterface" dist/REVHubInterface
}

0 comments on commit bae660a

Please sign in to comment.