summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 1d007745df02c2d8858a86d38b9e38793aa0866b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
# Maintainer: Julian Poidevin <poidevin dot julian at gmail dot com>
pkgname=rofi-adi1090x
pkgver=r74.60685ab
pkgrel=1
epoch=
pkgdesc="A huge collection of Rofi based custom Applets, Launchers & Powermenus."
arch=('any')
url="https://github.com/adi1090x/rofi"
license=(GPL3)
groups=()
depends=('rofi')
makedepends=(git)
optdepends=()
provides=('rofi-adi1090x')
conflicts=('rofi-adi1090x')
backup=('usr/share/sddm/themes/tokyo-night-sddm/theme.conf')
source=('git+https://github.com/adi1090x/rofi.git')
sha256sums=('SKIP')

pkgver() {
	cd "${srcdir}/rofi"
	printf "r%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)"
}

prepare() {
	cd "${srcdir}/rofi"
	chmod +x setup.sh
}

package() {
	cd "${srcdir}/rofi"
	./setup.sh
}