wok view get-vivaldi/receipt @ rev 22959

updated iptables and iptables-dev again (1.4.21 -> 1.8.4)
author Hans-G?nter Theisgen
date Fri Feb 28 16:00:30 2020 +0100 (2020-02-28)
parents 5ae4d0a35669
children e5a22a781f60
line source
1 # SliTaz package receipt.
3 PACKAGE="get-vivaldi"
4 VERSION="1.0"
5 CATEGORY="non-free"
6 SHORT_DESC="An advanced browser made with the power user in mind"
7 MAINTAINER="al.bobylev@gmail.com"
8 LICENSE="non-free"
9 WEB_SITE="https://vivaldi.com/"
10 TAGS="web-browser"
12 DEPENDS="wget"
14 genpkg_rules()
15 {
16 mkdir -p $fs/usr/bin
17 cp stuff/get-vivaldi $fs/usr/bin
18 }