23 lines
371 B
Bash
23 lines
371 B
Bash
|
|
# Maintainer: s3lph <account-gitlab-ideynizv@kernelpanic.lol>
|
|
|
|
pkgname=matemat
|
|
pkgver=__VERSION__
|
|
pkgrel=1
|
|
arch=('any')
|
|
|
|
pkgdesc='A soda machine stock-keeping webservice'
|
|
url='https://gitlab.com/s3lph/matemat'
|
|
licence=('MIT')
|
|
|
|
depends=(
|
|
'python3>=3.7'
|
|
'python-jinja'
|
|
'python-pillow'
|
|
'python-magic'
|
|
'file'
|
|
)
|
|
|
|
install=$pkgname.install
|
|
|
|
pkgdir=matemat/
|