mirror of
https://github.com/chromebrew/chromebrew.git
synced 2026-01-08 23:18:10 -05:00
[New Package] hollywood (#5500)
* apg * bmon * jp2a * libmrss * libstfl * libnxml * psutil * speedometer * libgc * ticker * newsboat * zzuf * w3m * wallstreet * hollywood * Remove libexec changes * touch ups * bump bmon version * share/man => man_prefix * description on one line * share/man => man_prefix 2 * escape * use debian's versions * fix versions * ftp.debian.org => httpredir.debian.org * http => https * move if lib64
This commit is contained in:
@@ -6,7 +6,7 @@ class Chrpath < Package
|
||||
version '0.16'
|
||||
license 'GPL-2+'
|
||||
compatibility 'all'
|
||||
source_url 'http://ftp.debian.org/debian/pool/main/c/chrpath/chrpath_0.16.orig.tar.gz'
|
||||
source_url 'https://httpredir.debian.org/debian/pool/main/c/chrpath/chrpath_0.16.orig.tar.gz'
|
||||
source_sha256 'bb0d4c54bac2990e1bdf8132f2c9477ae752859d523e141e72b3b11a12c26e7b'
|
||||
|
||||
binary_url ({
|
||||
@@ -23,7 +23,7 @@ class Chrpath < Package
|
||||
})
|
||||
|
||||
def self.build
|
||||
system "./configure --prefix=#{CREW_PREFIX} --libdir=#{CREW_LIB_PREFIX}"
|
||||
system "./configure #{CREW_OPTIONS}"
|
||||
system 'make'
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user