wok view get-vivaldi/receipt @ rev 19061

Add: Transcends Games. A font with retro-futuristic style.
author Leonardo Laporte <hackdorte@sapo.pt>
date Wed Apr 20 23:17:41 2016 -0300 (2016-04-20)
parents
children 5ae4d0a35669
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 genpkg_rules()
13 {
14 mkdir -p $fs/usr/bin
15 cp stuff/get-vivaldi $fs/usr/bin
16 }