This commit is contained in:
Oscar Krause 2024-01-18 16:26:02 +01:00
parent 6bd379a2b0
commit 47fa58238f

View File

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