-
Notifications
You must be signed in to change notification settings - Fork 0
/
PKGBUILD
executable file
·33 lines (27 loc) · 1010 Bytes
/
PKGBUILD
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
# Maintainer: Your Name <[email protected]>
pkgname=libmatsya
pkgver=1
pkgrel=1
pkgdesc="libmatsya of Matsya Ui."
arch=('x86_64')
url="https://github.com/MatsyaOs/libmatsya"
license=('GPL')
groups=('Matsya')
makedepends=('git')
depends=(
'pkgconfig' 'qt5-sensors' 'libkscreen' 'bluez-qt' 'cmake' 'extra-cmake-modules' 'kconfig' 'kdecoration' 'kguiaddons' 'kcoreaddons' 'kconfigwidgets'
'kwindowsystem' 'kwayland' 'pkgconf' 'qt5-base' 'qt5-quickcontrols2' 'accountsservice' 'bluez-qt' 'kscreen' 'modemmanager-qt' 'extra-cmake-modules' 'ninja'
'qt5-tools' 'qt5-x11extras' 'qt5-tools' 'kwindowsystem' 'polkit' 'polkit-qt5' 'xorg-server-devel' 'xf86-input-libinput' 'xf86-input-synaptics' 'qt5-base' 'qt5-quickcontrols2'
'freetype2' 'fontconfig' 'networkmanager-qt' 'modemmanager-qt'
)
source=('git'+'https://github.com/MatsyaOs/libmatsya')
md5sums=('SKIP')
build() {
cd "$srcdir"/libmatsya/
cmake -DCMAKE_INSTALL_PREFIX=/usr .
make
}
package() {
cd libmatsya
DESTDIR="$pkgdir" make install
}