Package Details: wordgrinder-git 0.7.1.r13.ge81cb70-1

Git Clone URL: https://aur.archlinux.org/wordgrinder-git.git (read-only, click to copy)
Package Base: wordgrinder-git
Description: A word processor which gets the hell out of your way and lets you get some work done.
Upstream URL: http://cowlark.com/wordgrinder
Licenses: MIT
Conflicts: wordgrinder
Provides: wordgrinder
Submitter: aksr
Maintainer: aksr
Last Packager: aksr
Votes: 2
Popularity: 0.000001
First Submitted: 2016-08-10 13:12 (UTC)
Last Updated: 2018-02-15 14:21 (UTC)

Dependencies (2)

Required by (0)

Sources (1)

Latest Comments

m040601 commented on 2025-02-05 19:41 (UTC)

Upstream URL:   http://cowlark.com/wordgrinder/

Says,

Where?
WordGrinder is hosted on GitHub.
https://github.com/davidgiven/wordgrinder

Should user https not http. Or the github URL.

evilrob commented on 2017-11-03 06:14 (UTC) (edited on 2017-11-04 07:30 (UTC) by evilrob)

I tweeted the upstream developer about the PREFIX issue and he told me it's a known bug. @hjalfi: "Known problem, sorry; you can't do make install PREFIX=...; you have to edit the makefile and build it with the right PREFIX setting." https://twitter.com/hjalfi/status/925828896532127744 EDIT: I successfully built this package by adding the following line into the package() section before the "make install" command: sed -i "/^PREFIX/ s|\$(HOME)|$pkgdir/usr|" Makefile

juanfra commented on 2017-09-27 08:32 (UTC)

The package generated doesn't contains the binaries. These are installed to my home. I think that you need to set PREFIX at build().