wry host: sites as apps, the rig as a face; join loads the expression skill
This commit is contained in:
parent
d7965a57fd
commit
9ec031c8a8
12 changed files with 730 additions and 11 deletions
|
|
@ -24,7 +24,8 @@ sha256sums=('SKIP' 'SKIP' 'SKIP' 'SKIP' 'SKIP' 'SKIP' 'SKIP' 'SKIP' 'SKIP')
|
|||
# rather than declaring them as sources for every arch.
|
||||
if [ "$CARCH" = aarch64 ]; then
|
||||
source+=('souveraine-sessiond-binary' 'souveraine-sessiond.service'
|
||||
'souveraine-sensord-binary' 'souveraine-sensord.service')
|
||||
'souveraine-sensord-binary' 'souveraine-sensord.service'
|
||||
'souveraine-web-binary')
|
||||
sha256sums+=('SKIP' 'SKIP' 'SKIP' 'SKIP')
|
||||
fi
|
||||
|
||||
|
|
@ -44,6 +45,11 @@ package() {
|
|||
fi
|
||||
# Sensor reporter, aarch64 only — the laptop has no iio-sensor-proxy
|
||||
# sources worth reporting and no device state machine listening.
|
||||
if [ -f "$srcdir/souveraine-web-binary" ]; then
|
||||
install -Dm755 "$srcdir/souveraine-web-binary" \
|
||||
"$pkgdir/usr/bin/souveraine-web"
|
||||
fi
|
||||
|
||||
if [ -f "$srcdir/souveraine-sensord-binary" ]; then
|
||||
install -Dm755 "$srcdir/souveraine-sensord-binary" \
|
||||
"$pkgdir/usr/bin/souveraine-sensord"
|
||||
|
|
|
|||
Loading…
Reference in a new issue