wok-next annotate plataro/receipt @ rev 21727

created recipe for vbindiff
author Hans-G?nter Theisgen
date Sat Nov 21 14:32:44 2020 +0100 (2020-11-21)
parents
children
rev   line source
al@20295 1 # SliTaz package receipt v2.
al@20295 2
al@20295 3 PACKAGE="plataro"
al@20295 4 VERSION="171021"
al@20295 5 COMMIT="e65b7be"
al@20295 6 CATEGORY="customization"
al@20295 7 SHORT_DESC="SVG icon set for KDE and LXQt"
al@20295 8 MAINTAINER="al.bobylev@gmail.com"
al@20295 9 LICENSE="GPL3"
al@20295 10 WEB_SITE="https://github.com/tsujan/Plataro"
al@20295 11
al@20295 12 TARBALL="$PACKAGE-$COMMIT.tar.gz"
al@20295 13 WGET_URL="https://github.com/tsujan/Plataro/archive/$COMMIT.tar.gz"
al@20295 14
al@20295 15 compile_rules() {
al@20295 16 mkdir -p $install/usr/share/icons/Plataro
al@20295 17 cp -r ./* $install/usr/share/icons/Plataro
al@20295 18 cd $install/usr/share/icons/Plataro/
al@20295 19 rm COPYING INSTALL README.md screenshot.jpg
al@20295 20 }
al@20295 21
al@20295 22 genpkg_rules() {
al@20295 23 copy @std
al@20295 24 }