This commit is contained in:
2023-01-14 15:55:17 +01:00
parent 998913c5a2
commit 4af301a7a2
12 changed files with 76 additions and 3 deletions

View File

@@ -8,6 +8,10 @@ plugin_isbumpable() {
return 0
}
plugin_ispushabletoaur() {
return 0
}
plugin_getpkgfiles() {
echo "${PKGDIR}/${PKGNAME}/files"
}