mirror of
https://github.com/mac-a-r0ni/lxqt.git
synced 2025-01-15 19:22:20 +01:00
20 lines
413 B
Plaintext
20 lines
413 B
Plaintext
# Description: LXQt panel profile
|
|
# URL: https://github.com/lxqt/lxqt-powermanagement
|
|
# Maintainer: Jay Lanagan, j at lngn dot net
|
|
# Depends on: lxqt-panel python-pyqt6 qt6-tools
|
|
|
|
name=lxqt-panel-profiles
|
|
version=1.1
|
|
release=1
|
|
source=(https://codeberg.org/MrReplikant/$name/archive/$version.tar.gz)
|
|
renames=($name-$version.tar.gz)
|
|
|
|
build() {
|
|
|
|
cd $name
|
|
mkdir $PKG/usr
|
|
cd $SRC/$name
|
|
cp -a -R usr/* $PKG/usr/
|
|
|
|
}
|