Package Details: isso-git 0.13.0.r15.gc558eef-1

Git Clone URL: https://aur.archlinux.org/isso-git.git (read-only, click to copy)
Package Base: isso-git
Description: Lightweight commenting server written in Python and JavaScript that aims to be a drop-in replacement for Disqus
Upstream URL: http://posativ.org/isso/
Keywords: discourse
Licenses: MIT
Conflicts: isso
Provides: isso
Submitter: RunasSudo
Maintainer: AlphaJack
Last Packager: AlphaJack
Votes: 1
Popularity: 0.000000
First Submitted: 2020-04-11 10:48 (UTC)
Last Updated: 2022-06-19 07:55 (UTC)

Latest Comments

woodwose commented on 2024-11-02 03:08 (UTC) (edited on 2024-11-02 07:35 (UTC) by woodwose)

for the package to work, some changes are required:

27c27,31
< makedepends=("python-setuptools" "git")
---
> makedepends=("git"
>              "nodejs-webpack"
>              "nodejs-webpack-cli"
>              "npm"
>              "python-setuptools")
42a47,53
> prepare() {
>  cd "isso"
>  # build static files
>  make init
>  make js
> }
> 
47,48d57
<  # build static files
<  make init all