wok-next view codiad/receipt @ rev 21469

updated tinc (1.0.25 -> 1.0.36)
author Hans-G?nter Theisgen
date Wed May 13 07:41:00 2020 +0100 (2020-05-13)
parents 86b5d202495a
children
line source
1 # SliTaz package receipt v2.
3 PACKAGE="codiad"
4 GITHASH="51852c63d85dd961527426c4a157c712a74a0859"
5 VERSION=${GITHASH:0:7}
6 CATEGORY="office"
7 SHORT_DESC="Web-based IDE framework with a small footprint"
8 MAINTAINER="pascal.bellard@slitaz.org"
9 LICENSE="MIT"
10 WEB_SITE="http://codiad.com/"
12 TARBALL="$PACKAGE-$VERSION.tar.gz"
13 WGET_URL="https://nodeload.github.com/Fluidbyte/Codiad/tarball/$GITHASH"
15 DEPENDS="php"
16 CONFIG_FILES="/etc/codiad.php"
18 compile_rules() {
19 mkdir -p $install/var/www/codiad $install/etc
20 cp -a $src/* $install/var/www/codiad
21 chmod 777 $install/var/www/codiad/data
22 mv $install/var/www/codiad/config.example.php $install/etc/codiad.php
23 ln -s /etc/codiad.php $install/var/www/codiad/config.php
24 fix symlinks
25 chown -R www:www $install/var/www/codiad
26 }