more work done on the python fork

This commit is contained in:
brent s
2016-11-13 16:09:16 -05:00
parent 2765fde112
commit abe865d803
17 changed files with 166 additions and 7 deletions

View File

@@ -0,0 +1,4 @@
package() {
install -D -m755 ${srcdir}/${_pkgname}/src/${_pkgname} ${pkgdir}/usr/bin/${_pkgname}
install -D -m644 ${srcdir}/${_pkgname}/docs/README.html.en ${pkgdir}/usr/share/doc/${_pkgname}/README.html
}