added PKGBUILD

This commit is contained in:
Oscar Krause 2022-12-28 17:01:57 +01:00
parent 62af76b95a
commit 15d52f7586

View File

@ -7,7 +7,7 @@ arch=('any') # x86_64?
url="https://git.collinwebdesigns.de/oscar.krause/fastapi-dls"
#license=('MIT')
depends=('python3' 'python-fastapi' 'uvicorn' 'python-dotenv' 'python-dateutil' 'python-jose' 'python-sqlalchemy' 'python-pycryptodome' 'python-markdown' 'openssl')
source=() # 'README.md' 'version.env' 'app/main.py' 'app/orm.py' 'app/util.py'
source=(".") # 'README.md' 'version.env' 'app/main.py' 'app/orm.py' 'app/util.py'
sha512sums=("SKIP")
package() {