build: moved pkgbuilds to AUR dir

This commit is contained in:
2025-12-09 00:26:28 +03:00
parent 5dafb6ce8c
commit d8baae2ae9
4 changed files with 48 additions and 4 deletions

View File

@@ -26,8 +26,8 @@ configure_file(
)
configure_file(
${CMAKE_SOURCE_DIR}/PKGBUILD.in
${CMAKE_SOURCE_DIR}/PKGBUILD
${CMAKE_SOURCE_DIR}/AUR/PKGBUILD.in
${CMAKE_SOURCE_DIR}/AUR/PKGBUILD
@ONLY
)