34 lines
546 B
Bash
34 lines
546 B
Bash
# Maintainer: Giovanni Harting <539@idlegandalf.com>
|
|
|
|
pkgname=coreapps-meta
|
|
pkgver=1
|
|
pkgrel=1
|
|
pkgdesc='CoreApps application family meta package'
|
|
arch=(any)
|
|
url='https://gitlab.com/cubocore'
|
|
license=(LicenseRef-None)
|
|
depends=(
|
|
coreaction
|
|
corearchiver
|
|
corefm
|
|
coregarage
|
|
corehunt
|
|
coreimage
|
|
coreinfo
|
|
corekeyboard
|
|
corepad
|
|
corepaint
|
|
corepdf
|
|
corepins
|
|
corerenamer
|
|
coreshot
|
|
corestats
|
|
corestuff
|
|
coreterminal
|
|
coretime
|
|
coreuniverse
|
|
)
|
|
optdepends=('coretoppings: additional features and plugins')
|
|
|
|
# vim:set ts=2 sw=2 et:
|