diff options
| author | 2025-10-21 15:13:25 +0500 | |
|---|---|---|
| committer | 2025-10-21 15:13:25 +0500 | |
| commit | 7156e9fd54af6f9439cbbaba473381cf05601077 (patch) | |
| tree | 16b148b7d87881c53e683002e42c442d046b782d | |
| parent | 7898ea76ecf0fbce6630213519959bbbc7f61f3d (diff) | |
| -rw-r--r-- | PKGBUILD | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/PKGBUILD b/PKGBUILD deleted file mode 100644 index 93c0c32..0000000 --- a/PKGBUILD +++ /dev/null @@ -1,26 +0,0 @@ -# Maintainer: Aleksey Stepanov <blueingreen@bluig.space> - -_pkgname=swob -pkgname="${_pkgname}-git" -pkgver=0 -pkgrel=1 -pkgdesc="Volume and brightness controls for wayland, using wob" -arch=('any') -url="https://git.sr.ht/~blueingreen/swob" -depends=('sh' 'coreutils' 'sed' 'wob' 'alsa-utils' 'brightnessctl') -optdepends=('wireplumber: wpctl, for pipewire support' 'libpulse: pactl, for pulseaudio support') -license=(GPL-3.0-or-later) -provides=(swob) -source=("${_pkgname}::git+https://git.sr.ht/~blueingreen/swob") -b2sums=(SKIP) - -pkgver() { - cd "${_pkgname}" - printf "r%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)" -} - -package() { - cd "${_pkgname}" - - DESTDIR="$pkgdir" ./install.sh -} |
