Package Details: zram-generator-git 1.1.0+7+ga3660dd-1

Git Clone URL: https://aur.archlinux.org/zram-generator-git.git (read-only, click to copy)
Package Base: zram-generator-git
Description: Systemd unit generator for zram devices
Upstream URL: https://github.com/systemd/zram-generator
Licenses: MIT
Conflicts: zram-generator
Provides: zram-generator
Submitter: Prototik
Maintainer: Prototik
Last Packager: Prototik
Votes: 3
Popularity: 0.000000
First Submitted: 2020-06-06 20:48 (UTC)
Last Updated: 2021-11-26 15:32 (UTC)

Required by (3)

Sources (3)

Latest Comments

egrupled commented on 2021-01-27 20:35 (UTC) (edited on 2021-01-27 20:53 (UTC) by egrupled)

The build is broken because upstream changed master branch to main. Removing branch name from git address will fix this issue.

Also you need to modify build section as follows:

build() {
    cd "$srcdir/${pkgname%-git}"

    make build
    make systemd_service
    LC_ALL=C.UTF-8 ronn --roff man/*.md
}

egrupled commented on 2020-06-16 09:08 (UTC)

@Prototik using half-memory is now upstream default[1] although they didn't update example config. I think sending update for upstream example makes more sense than maintaining separate downstream example config in parallel.

[1] https://github.com/systemd/zram-generator/commit/baa8d6c3f2455c2366895ee56eea7c09cf5be50b

Prototik commented on 2020-06-15 20:46 (UTC) (edited on 2020-06-15 21:05 (UTC) by Prototik)

@egrupled upstream config installed as well into /usr/share/doc/zram-generator.

half-memory.conf.example just another example (inspired by Fedora's SwapOnZRAM initiative) and I'll try to keep it up-to-date with upstream changes.

egrupled commented on 2020-06-15 20:34 (UTC)

@Prototik I think using upstream example config is better than putting some custom example of yours here which may get out of sync.

[1] https://github.com/systemd/zram-generator/blob/master/zram-generator.conf.example