wok annotate get-vivaldi/receipt @ rev 20666

cookutils: patch to make correct packages database.
All packages.* and SliTaz Cooking on the Repology are affected.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sat Jan 19 13:41:36 2019 +0200 (2019-01-19)
parents 5ae4d0a35669
children e5a22a781f60
rev   line source
al@18545 1 # SliTaz package receipt.
al@18545 2
al@18545 3 PACKAGE="get-vivaldi"
al@18545 4 VERSION="1.0"
al@18545 5 CATEGORY="non-free"
al@18545 6 SHORT_DESC="An advanced browser made with the power user in mind"
al@18545 7 MAINTAINER="al.bobylev@gmail.com"
al@18545 8 LICENSE="non-free"
al@18545 9 WEB_SITE="https://vivaldi.com/"
al@18545 10 TAGS="web-browser"
al@18545 11
pascal@19287 12 DEPENDS="wget"
pascal@19286 13
al@18545 14 genpkg_rules()
al@18545 15 {
al@18545 16 mkdir -p $fs/usr/bin
al@18545 17 cp stuff/get-vivaldi $fs/usr/bin
al@18545 18 }