summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: c0971f3cd7c29f6c22799d170e5fa1f551218e62 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Maintainer: Gianmarco Gargiulo <me@gianmarco.gg>
pkgname=harmony2
pkgver=2.0.5
pkgrel=6
pkgdesc="Dream Sounds: Harmony 2 sound theme for KDE Plasma"
arch=(any)
url="https://gianmarco.gg/gallery/2024/03/harmony2/"
license=('CC-BY-SA-4.0')
optdepends=('plasma-desktop: the desktop this theme was intended for')
source=("https://git.gianmarco.gg/gianmarco/harmony2/releases/download/$pkgver/ds-harmony2-$pkgver.tar.gz")
sha256sums=(885bc9f347fc63997c2f82bb7f35ebc2b4d534821a8476ac031092b921696fc9)

package() {
       install -d "$pkgdir/usr/share/sounds/harmony2"
       cp -r "$srcdir"/{stereo,index.theme} "$pkgdir/usr/share/sounds/harmony2"
}