summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: dfff9fd41dd55f179562efb3282065ce2e1a61d4 (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
34
35
36
# Maintainer: Cococry <cococry.btw@gmail.com>
# Contributor: Luxzi <luxzi@pm.me>

pkgname=ragnarwm
_pkgname="ragnar"
pkgver='2.0'
pkgrel=1
pkgdesc="Minimal, flexible & user-friendly X tiling window manager"
arch=('x86_64')
url="https://github.com/cococry/ragnar"
license=('GPL')
groups=()
depends=('xcb-util' 'xcb-proto' 'xcb-util-keysyms' 'xcb-util-cursor' 'xcb-util-wm' 'xorg-server' 'xorg-xinit' 'mesa' 'libconfig')
makedepends=('git' 'make' 'gcc')
provides=('ragnarwm')
source=("${_pkgname}::git+https://github.com/cococry/${_pkgname}.git")
sha256sums=('SKIP')

pkgver() {
    cd $_pkgname
    echo $pkgver
}

build() {
    cd $_pkgname
    cd api 
    make && sudo make install 
    cd ..
    make config
    make
}

package() {
    cd $_pkgname 
    sudo make install
}