summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: ae769452602f5ef2541600953e9ab9c0824fa8fd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Maintainer: Husam Bilal <husam212@gmail.com>

pkgname=komorebi-bin
pkgver=2.2.1
pkgrel=1
pkgdesc="Parallax backgrounds manager"
arch=("x86_64")
url="https://github.com/Komorebi-Fork/komorebi"
provides=("komorebi")
conflicts=("komorebi")
license=("GPL")
depends=("desktop-file-utils" "glib2>=2.38" "gtk3>=3.14" "hicolor-icon-theme" "libgee" "clutter" "clutter-gtk" "clutter-gst" "webkit2gtk")
md5sums=("b48f5d61e73e8357ba0a7c82d69216ed")
source=("https://github.com/Komorebi-Fork/komorebi/releases/download/v${pkgver}/komorebi_${pkgver}-1_amd64.deb")

package() {
	tar xf data.tar.xz -C "${pkgdir}"
}