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

pkgname=komorebi-bin
pkgver=2.2.0
pkgrel=1
pkgdesc="Parallax backgrounds manager"
install=komorebi-bin.install
arch=("x86_64")
url="https://github.com/Komorebi-Fork/komorebi"
license=("GPL")
depends=("desktop-file-utils" "glib2>=2.38" "gtk3>=3.14" "hicolor-icon-theme" "libgtop" "libgee" "libwnck" "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}"
}