27 lines
670 B
Text
27 lines
670 B
Text
# Maintainer: PktSurf <smlinux@pktsurf.in>
|
|
app=python-livereload
|
|
version=2.6.3
|
|
build=1sml
|
|
homepage="https://github.com/lepture/python-livereload"
|
|
requires="python-lunr"
|
|
desc="Python tool to trigger script reloads when web documents are changed"
|
|
|
|
prepbuilddir() {
|
|
mkandenterbuilddir
|
|
rm -rf livereload-$version
|
|
|
|
tar xf $srcdir/livereload-$version.tar.?z*
|
|
cd livereload-$version
|
|
fixbuilddirpermissions
|
|
}
|
|
|
|
build() {
|
|
python3 setup.py install --root=$pkg
|
|
cp LICENSE $pkgdocs/
|
|
|
|
mkfinalpkg
|
|
}
|
|
|
|
sha512sums="
|
|
8a989d8bbfa9f33b986ff9d080f41472667602172f12d2fc6acbc76d84353aea24c71602cecab0719e84442180285cd9ab3af9b5b733706c55e182fd0b10aa7e livereload-2.6.3.tar.gz
|
|
"
|