a
This commit is contained in:
20
packaging/pkgbuild/PKGBUILD
Normal file
20
packaging/pkgbuild/PKGBUILD
Normal file
@@ -0,0 +1,20 @@
|
||||
pkgname=bloom
|
||||
pkgver=2.0.0
|
||||
pkgrel=1
|
||||
pkgdesc="On-chip debugging for AVR and RISC-V microcontrollers"
|
||||
arch=('i686' 'x86_64')
|
||||
url="https://bloom.oscillate.io"
|
||||
license=('LGPLv3')
|
||||
|
||||
package(){
|
||||
depends=(
|
||||
'gcc-libs>=13.2.0'
|
||||
'glibc>=2.18'
|
||||
'qt6-base'
|
||||
'qt6-tools'
|
||||
'qt6-svg'
|
||||
)
|
||||
|
||||
mkdir -p "${pkgdir}/"
|
||||
cp -R /home/doryan/Bloom/packaging/pkgbuild/playground/build_root/* "${pkgdir}/"
|
||||
}
|
||||
Reference in New Issue
Block a user