blob: fd469d844b0387fa80beb263061bce535fcc5a09 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
# Maintainer: Froggo <froggo8311@proton.me>
pkgname=mist-de
pkgver=1.0.0
pkgrel=1
pkgdesc='A desktop environment with focus on convergence, privacy, and usability'
arch=('any')
url='https://codeberg.org/rehuman/mist'
license=('MIT')
depends=(hyprland swww pypy3 eww-wayland swaync pipewire pipewire-pulse wireplumber playerctl git brightnessctl)
source=("https://codeberg.org/rehuman/mistrunner/archive/$pkgver.tar.gz")
sha256sums=('SKIP')
package() {
cd "$srcdir/"
install -dm755 "$pkgdir/usr/bin"
install -Dm755 "$srcdir/mistrunner/src/mist" "$pkgdir/usr/bin/"
}
|