tos/packages/tos-desktop-core/PKGBUILD

17 lines
418 B
Bash
Raw Normal View History

2023-02-21 12:51:27 +00:00
pkgname='tos-desktop-core'
pkgdesc='Core desktop components for Tipragot OS'
arch=('any')
url='https://git.tipragot.fr/tipragot/tos'
license=('MIT')
2024-07-03 03:16:37 +00:00
pkgver='0.1.3'
2023-02-21 12:51:27 +00:00
pkgrel='1'
2023-09-09 14:47:57 +00:00
depends=('tos-core' 'xorg-server' 'tos-fonts' 'tos-tools')
source=('tos-desktop.conf')
2024-07-03 03:16:37 +00:00
cksums=('SKIP')
package() {
mkdir -p ${pkgdir}/etc/X11/xorg.conf.d
cp ${srcdir}/tos-desktop.conf ${pkgdir}/etc/X11/xorg.conf.d/tos-desktop.conf
}