Compare commits

..

2 Commits

Author SHA1 Message Date
6bd379a2b0 fixes 2024-01-18 16:22:01 +01:00
f9c14f6750 test 2024-01-18 16:17:14 +01:00

View File

@ -12,7 +12,7 @@ depends=('python' 'python-jose' 'python-starlette' 'python-httpx' 'python-fastap
provider=("$pkgname")
install="$pkgname.install"
backup=('etc/default/fastapi-dls')
source=('git+file://fastapi-dls' # todo: support dynamic CI/CD paths
source=('git+file://${pwd}' # todo: support dynamic CI/CD paths
"$pkgname.default"
"$pkgname.service"
"$pkgname.tmpfiles")