mirror of
https://github.com/linuxdeepin/gio-qt.git
synced 2024-11-10 12:03:46 +01:00
feat: add archlinux build
add archlinux build Log:
This commit is contained in:
parent
2ec44c007b
commit
b25f2af50d
24
archlinux/PKGBUILD
Normal file
24
archlinux/PKGBUILD
Normal file
@ -0,0 +1,24 @@
|
|||||||
|
# Maintainer: Dingyuan Zhang <lxz@mkacg.com>
|
||||||
|
|
||||||
|
pkgname=gio-qt
|
||||||
|
pkgver=0.0.11
|
||||||
|
pkgrel=1
|
||||||
|
pkgdesc='Gio wrapper for Qt applications'
|
||||||
|
arch=('x86_64')
|
||||||
|
url="https://github.com/linuxdeepin/gio-qt"
|
||||||
|
license=('LGPL3')
|
||||||
|
depends=('glibmm' 'qt5-base')
|
||||||
|
makedepends=('cmake')
|
||||||
|
source=('source.tar.gz')
|
||||||
|
sha512sums=('SKIP')
|
||||||
|
|
||||||
|
build() {
|
||||||
|
cd $deepin_source_name
|
||||||
|
cmake -DCMAKE_INSTALL_PREFIX=/usr -DBUILD_DOCS=OFF .
|
||||||
|
make
|
||||||
|
}
|
||||||
|
|
||||||
|
package() {
|
||||||
|
cd $deepin_source_name
|
||||||
|
make DESTDIR="$pkgdir" install
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user