blob: cb83eae39f062e08c36aac5c5f6d1158f69dc31c (
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.6.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.6.0/pigg-x86_64-unknown-linux-gnu.tar.xz")
noextract=()
options=('!lto')
sha256sums=('304496b8814f03b4ec532d969d4e8a7b6788624aec60f3e432d62fbb34057d5e')
validpgpkeys=()
package() {
cd "$pkgname"
install -Dm755 "piggui" "$pkgdir/usr/bin/piggui"
install -Dm755 "piglet" "$pkgdir/usr/bin/piglet"
}
|