blob: 074da50eadd0d5b9e843559ba1d1965e1ddbbb08 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
pkgbase = adminer
pkgdesc = A full-featured MySQL management tool written in PHP
pkgver = 5.1.0
pkgrel = 1
url = https://www.adminer.org
install = adminer.install
arch = any
license = Apache-2.0
license = GPL-2.0-only
depends = php-interpreter
optdepends = apache
optdepends = elasticsearch
optdepends = mariadb
optdepends = mongodb
optdepends = mysql
optdepends = postgresql
optdepends = sqlite
source = https://github.com/vrana/adminer/releases/download/v5.1.0/adminer-5.1.0.php
sha256sums = b11edcee53cef7e64776adfcc21bb1971123c7de55b7d4eef3cd0020142b900e
pkgname = adminer
|