Skip to content

Tags: anatol/gem2arch

Tags

0.11

Toggle 0.11's commit message
Adopt for AUR 3.0 release

Use makepkg to build source package.

0.10

Toggle 0.10's commit message
Handle prerelease dependencies

If the dependency is for prerelease then use prerelease gem index for it.
prerelease package always creates a versioned package.

0.9

Toggle 0.9's commit message
README.md: Fix several grammatical, spelling, and capitalization errors

This also brings the help text (program options) closer in line with
that from 'gem2arch --help'.

0.8

Toggle 0.8's commit message
Generate correct full version for versioned packages

0.7

Toggle 0.7's commit message
Merge gembump into gem2arch script

0.6

Toggle 0.6's commit message
Unify warning messages

0.5

Toggle 0.5's commit message
source url - use https and avoid quoting

0.4

Toggle 0.4's commit message
Carry license from exisint PKGBUILD

Many gemfiles do not provide license. So we should read it from the existing one and use it during generation.

Fix a bug when gem2arch actually generated PKGBUILD for one of the dependencies.

0.3

Toggle 0.3's commit message
Move find_license_file functionality to a separate function

0.2

Toggle 0.2's commit message
gem2arch version 0.2

- various code cleanup and simplification
- output PKGBUILD simplification
- add GPL3 license to gem2arch project
- if gem has a license install it during Arch package installation
- fix license=(), we need to use metadata from the gem file

Signed-off-by: Anatol Pomozov <[email protected]>