summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 34dcb1afb22a65ae87bf267caac81c3e934dc093 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
# Maintainer: Andrew Mackenzie <andrew@mackenzie-serres.net> Sundaram Krishnan <krishnsundaram@gmail.com>


pkgname=pigg-x86_64-unknown-linux-gnu
pkgver=0.5.0
pkgrel=1
epoch=
pkgdesc="A Graphical User Interface for interacting with local and remote Raspberry Pi and Pi Pico Hardware"
arch=(x86_64)
url="https://github.com/andrewdavidmackenzie/pigg.git"
license=('Apache-2.0')
groups=()
depends=(
  alsa-lib
  gcc-libs
  glibc
  openssl
)
makedepends=('rust')
checkdepends=()
optdepends=()
provides=()
conflicts=()
replaces=()
backup=()
options=()
install=
changelog=
source=("https://github.com/andrewdavidmackenzie/pigg/releases/download/0.5.0/pigg-x86_64-unknown-linux-gnu.tar.xz")
noextract=()
options=('!lto')
sha256sums=('3854932274abca138b2bf5671abcf5a4c824ecd18e45bee32939ec43f153e521')
validpgpkeys=()

package() {
	cd "$pkgname"
	install -Dm755 "piggui" "$pkgdir/usr/bin/piggui"
	install -Dm755 "piglet" "$pkgdir/usr/bin/piglet"
}