wok annotate get-vivaldi/receipt @ rev 18677

syslinux/c32box: fix custom initrd >= 2k
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Dec 06 17:41:24 2015 +0100 (2015-12-06)
parents
children 5ae4d0a35669
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
al@18545 12 genpkg_rules()
al@18545 13 {
al@18545 14 mkdir -p $fs/usr/bin
al@18545 15 cp stuff/get-vivaldi $fs/usr/bin
al@18545 16 }