tos/packages/tos-app-browser/PKGBUILD

17 lines
485 B
Bash
Raw Normal View History

2024-07-11 12:53:17 +00:00
pkgname='tos-app-browser'
2024-07-11 08:42:54 +00:00
pkgdesc='Browser for Tipragot OS'
arch=('any')
url='https://git.tipragot.fr/tipragot/tos'
license=('MIT')
2024-07-11 12:53:17 +00:00
pkgver='0.1.0'
2024-07-11 08:42:54 +00:00
pkgrel='1'
depends=('tos-desktop-core' 'qutebrowser' 'gst-libav' 'gst-plugins-base' 'gst-plugins-good' 'gst-plugins-bad' 'gst-plugins-ugly')
2024-07-11 10:31:32 +00:00
source=('config.py')
cksums=('SKIP')
2024-07-11 08:42:54 +00:00
package() {
2024-07-11 10:31:32 +00:00
mkdir -p ${pkgdir}/etc/tos/dotfiles/.config/qutebrowser
cp ${srcdir}/config.py ${pkgdir}/etc/tos/dotfiles/.config/qutebrowser/config.py
2024-07-11 08:42:54 +00:00
}