старт добавления qt6
This commit is contained in:
parent
8006bee638
commit
a2b33f9ee1
24
qt6-git/lure.sh
Normal file
24
qt6-git/lure.sh
Normal file
@ -0,0 +1,24 @@
|
|||||||
|
name='qt6-git'
|
||||||
|
version='6.3.0'
|
||||||
|
release='1'
|
||||||
|
desc='Qt is the complete software development framework'
|
||||||
|
homepage='https://www.qt.io/'
|
||||||
|
architectures=('amd64')
|
||||||
|
license=('LGPLv3')
|
||||||
|
provides=('qt6')
|
||||||
|
conflicts=('qt6')
|
||||||
|
deps=('git' 'cmake' 'ninja' 'gcc' 'perl' 'python' 'libclang' 'libgl-devel' 'libegl-devel' 'libinput-dev' 'libfontconfig1-devel)
|
||||||
|
build_deps=('')
|
||||||
|
|
||||||
|
|
||||||
|
sources_amd64=("")
|
||||||
|
checksums=('SKIP')
|
||||||
|
|
||||||
|
prepare() {
|
||||||
|
cd "${srcdir}"
|
||||||
|
}
|
||||||
|
|
||||||
|
package() {
|
||||||
|
install -Dm755 ./${name}v${version}/ "${pkgdir}/usr/bin/"
|
||||||
|
install -Dm644 "${srcdir}/" "${pkgdir}/usr/lib/"
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user