```suggestion:-0+0
source="https://github.com/NomisIV/swayhide/archive/v$pkgver/swayhide-v$pkgver.tar.gz"
```
a slightly shorter way to write the same thing
--
via https://gitlab.alpinelinux.org/alpine/aports/-/merge_requests/33080#note_228530
```suggestion:-0+0
export CARGO_PROFILE_RELEASE_LTO="true"
export CARGO_PROFILE_RELEASE_PANIC="abort"
export CARGO_PROFILE_RELEASE_OPT_LEVEL="s"
export CARGO_PROFILE_RELEASE_CODEGEN_UNITS=1
```
this is already small (~600kb), but this should make it a tiny bit smaller again (~450kb) (these will eventually be the default flags for cargo in aports)
--
via https://gitlab.alpinelinux.org/alpine/aports/-/merge_requests/33080#note_228529