blob: d5bc1674047d3716b3ae5f4545ade736f34f268a (
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
|
pkgbase = officelife-git
pkgdesc = Cover the entire employee lifecycle in a single application
pkgver = 0.2.0.r53.g8f84294c
pkgrel = 1
url = https://www.officelife.io/
arch = any
license = BSD3
makedepends = composer
makedepends = yarn
makedepends = git
depends = php>=8.0
depends = php-intl>=8.0
optdepends = mariadb: database
optdepends = mysql: database
optdepends = postgresql: database
optdepends = sqlite3: database
optdepends = apache: web server
optdepends = nginx: web server
optdepends = caddy: web server
optdepends = redis: cache and session driver
options = !strip
backup = etc/webapps/officelife/config.env
source = git+https://github.com/officelifehq/officelife.git
sha256sums = SKIP
pkgname = officelife-git
|