wok-next view kriss_feed/receipt @ rev 21721

created recipes for efivar and efibootmgr
author Hans-G?nter Theisgen
date Tue Sep 01 10:09:15 2020 +0100 (2020-09-01)
parents d43bf7aae921
children
line source
1 # SliTaz package receipt v2.
3 PACKAGE="kriss_feed"
4 VERSION="7"
5 CATEGORY="network"
6 SHORT_DESC="A simple and smart (or stupid) feed reader"
7 MAINTAINER="pascal.bellard@slitaz.org"
8 LICENSE="other"
9 WEB_SITE="https://github.com/tontof/kriss_feed"
11 TARBALL="$PACKAGE-$VERSION"
12 WGET_URL="$WEB_SITE/raw/c13cfb50ad593884ee6a5b21d9eb80750b71d693/index.php"
14 genpkg_rules() {
15 mkdir -p $fs/var/www/$PACKAGE
16 cd $fs/var/www/$PACKAGE
17 cp "$SRC/$TARBALL" $fs/var/www/$PACKAGE/index.php
18 DEPENDS="php"
19 }
21 post_install() {
22 chown -R www "$1/var/www/$PACKAGE"
23 }