add computed.toml

This commit is contained in:
ge 2024-04-22 14:06:29 +03:00
parent 71ef774060
commit 32b9600554

View File

@ -17,4 +17,5 @@ conflicts=()
package() {
pip install --no-cache-dir --no-deps --root $pkgdir ../$pkgname-*.tar.gz
install -Dm644 ../completion.bash $pkgdir/usr/share/bash-completion/completions/compute
install -Dm644 $pkgdir/usr/lib/*/site-packages/computed.toml $pkgdir/etc/compute/computed.toml
}