blob: 16989c898fc3eafdae44e319e98dc324cfb8a34e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
# Maintainer: Sasa Kanjuh <sola931@gmail.com>
pkgname=orw-git
pkgver=1.0
pkgrel=1
pkgdesc='Collection of command line utilities designed to provide cohesive experience for ricing enthusiasts.'
arch=('any')
url='https://github.com/s0la/orw'
makedepends=('git' 'openbox')
license=('MIT')
provides=('orw')
conflicts=('orw')
replaces=('orw')
source=('git+https://github.com/s0la/orw.git')
md5sums=('SKIP')
package() {
orw/setup.sh
}
|