Jay Lanagan 2eb9db8827 lxqt-2.1.0
initial import
2024-11-08 05:51:05 -05:00

23 lines
464 B
Plaintext

# Description: LXQt menu files
# URL: https://github.com/lxqt/lxqt-menu-data
# Maintainer: Jay Lanagan, j at lngn dot net
# Depends on: lxqt-build-tools
name=lxqt-menu-data
version=2.1.0
release=1
source=(https://github.com/lxqt/$name/releases/download/$version/$name-$version.tar.xz)
build() {
cmake -B build -S $name-$version \
-DCMAKE_INSTALL_PREFIX=/usr \
-DCMAKE_BUILD_TYPE=Release \
-Wno-dev
make -C build
cd build
make DESTDIR=$PKG install
}