Package Details: fortune-mod-matrix 20160822-2

Git Clone URL: https://aur.archlinux.org/fortune-mod-matrix.git (read-only, click to copy)
Package Base: fortune-mod-matrix
Description: Fortune cookies: The Matrix trilogy
Upstream URL: https://en.wikiquote.org/wiki/The_Matrix_%28franchise%29
Licenses: custom
Groups: fortune-mods
Submitter: widowild
Maintainer: lucaswerkmeister
Last Packager: lucaswerkmeister
Votes: 45
Popularity: 0.26
First Submitted: 2009-12-08 21:04 (UTC)
Last Updated: 2016-10-02 22:13 (UTC)

Dependencies (1)

Required by (0)

Sources (1)

Latest Comments

lucaswerkmeister commented on 2016-08-22 16:36 (UTC)

@rtt: should be fixed now, thanks for the heads-up.

rrt commented on 2016-08-22 16:31 (UTC)

==> ERROR: source should be an array The build failed.

denspirit commented on 2014-03-05 19:32 (UTC)

--- PKGBUILD 1970-01-01 12:13:08.000000000 +0300 +++ ../aur-fortune-mod-matrix/PKGBUILD 2014-03-05 22:30:32.208987761 +0300 @@ -11,13 +11,13 @@ md5sums=('eb8a4013ac36655ec7cd46ca9b6f022c') build() { - cd $startdir/src - + cd "$srcdir/" iconv -f iso-8859-1 -t utf8 fortunes.txt --output matrix strfile ./matrix - mkdir -p $startdir/pkg/usr/share/fortune/ - - install -D -m644 matrix $startdir/pkg/usr/share/fortune/matrix - install -D -m644 matrix.dat $startdir/pkg/usr/share/fortune/matrix.dat +} +package(){ + mkdir -p "$pkgdir/usr/share/fortune/" + install -D -m644 matrix "$pkgdir/usr/share/fortune/matrix" + install -D -m644 matrix.dat "$pkgdir/usr/share/fortune/matrix.dat" } A patch for a new PKGBUILD

Dragonlord commented on 2013-12-23 23:28 (UTC)

startdir not used anymore