Revamped packaging to accomodate headless packages. Also binned some distributed binaries
This commit is contained in:
20
build/packaging/full/pkgbuild/PKGBUILD.in
Normal file
20
build/packaging/full/pkgbuild/PKGBUILD.in
Normal file
@@ -0,0 +1,20 @@
|
||||
pkgname=@BLOOM_PACKAGE_NAME_LOWER@
|
||||
pkgver=@CMAKE_PROJECT_VERSION@
|
||||
pkgrel=1
|
||||
pkgdesc="@BLOOM_PACKAGE_DESCRIPTION@"
|
||||
arch=('i686' 'x86_64')
|
||||
url="@CMAKE_PROJECT_HOMEPAGE_URL@"
|
||||
license=('LGPLv3')
|
||||
|
||||
package(){
|
||||
depends=(
|
||||
'gcc-libs>=13.2.0'
|
||||
'glibc>=2.18'
|
||||
'qt6-base'
|
||||
'qt6-tools'
|
||||
'qt6-svg'
|
||||
)
|
||||
|
||||
mkdir -p "${pkgdir}/"
|
||||
cp -R @CMAKE_BINARY_DIR@/packaging/pkgbuild/playground/build_root/* "${pkgdir}/"
|
||||
}
|
||||
Reference in New Issue
Block a user