Skip to content

Instantly share code, notes, and snippets.

View iMichka's full-sized avatar

Michka Popoff iMichka

View GitHub Profile
@iMichka
iMichka / # gcc@5 - 2020-11-02_18-45-54.txt
Created November 2, 2020 18:54
gcc@5 on Ubuntu 16.04.7 LTS - Homebrew build logs
Homebrew build logs for gcc@5 on Ubuntu 16.04.7 LTS
Build date: 2020-11-02 18:45:54
@iMichka
iMichka / # shared-mime-info - 2020-07-16_23-06-53.txt
Created July 16, 2020 21:07
shared-mime-info on macOS 10.15.5 - Homebrew build logs
Homebrew build logs for shared-mime-info on macOS 10.15.5
Build date: 2020-07-16 23:06:53
@iMichka
iMichka / # shared-mime-info - 2020-07-16_20-47-52.txt
Created July 16, 2020 20:52
shared-mime-info on Ubuntu 16.04.6 LTS - Homebrew build logs
Homebrew build logs for shared-mime-info on Ubuntu 16.04.6 LTS
Build date: 2020-07-16 20:47:52
@iMichka
iMichka / crystal1c
Created May 7, 2020 10:52
crystal1c
class Crystal < Formula
desc "Fast and statically typed, compiled language with Ruby-like syntax"
homepage "https://crystal-lang.org/"
stable do
url "https://github.com/crystal-lang/crystal/archive/mac-0.34.0.tar.gz"
sha256 "973293ffbcfa4fb073f6a2f833b0ce5b82b72f7899427f39d7e5610ffc9029c8"
resource "shards" do
url "https://github.com/crystal-lang/shards/archive/v0.10.0.tar.gz"
@iMichka
iMichka / crystal1b
Created May 5, 2020 21:57
crystal1b
class Crystal < Formula
desc "Fast and statically typed, compiled language with Ruby-like syntax"
homepage "https://crystal-lang.org/"
stable do
url "https://github.com/crystal-lang/crystal/archive/mac-0.34.0.tar.gz"
sha256 "973293ffbcfa4fb073f6a2f833b0ce5b82b72f7899427f39d7e5610ffc9029c8"
resource "shards" do
url "https://github.com/crystal-lang/shards/archive/v0.10.0.tar.gz"
@iMichka
iMichka / crystal1a
Created May 3, 2020 13:10
crystal1a
class Crystal < Formula
desc "Fast and statically typed, compiled language with Ruby-like syntax"
homepage "https://crystal-lang.org/"
on_macos do
stable do
url "https://github.com/crystal-lang/crystal/archive/mac-0.34.0.tar.gz"
sha256 "973293ffbcfa4fb073f6a2f833b0ce5b82b72f7899427f39d7e5610ffc9029c8"
end
@iMichka
iMichka / crystal2a
Created May 3, 2020 12:45
crystal2a
class Crystal < Formula
desc "Fast and statically typed, compiled language with Ruby-like syntax"
homepage "https://crystal-lang.org/"
on_macos do
stable do
url "https://github.com/crystal-lang/crystal/archive/mac-0.34.0.tar.gz"
sha256 "973293ffbcfa4fb073f6a2f833b0ce5b82b72f7899427f39d7e5610ffc9029c8"
end
end
@iMichka
iMichka / crystal2
Created May 1, 2020 21:06
crystal2
class Crystal < Formula
desc "Fast and statically typed, compiled language with Ruby-like syntax"
homepage "https://crystal-lang.org/"
on_macos do
stable do
url "https://github.com/crystal-lang/crystal/archive/mac-0.34.0.tar.gz"
sha256 "973293ffbcfa4fb073f6a2f833b0ce5b82b72f7899427f39d7e5610ffc9029c8"
resource "shards" do
@iMichka
iMichka / crystal1
Created May 1, 2020 21:01
crystal1
class Crystal < Formula
desc "Fast and statically typed, compiled language with Ruby-like syntax"
homepage "https://crystal-lang.org/"
on_macos do
stable do
url "https://github.com/crystal-lang/crystal/archive/mac-0.34.0.tar.gz"
sha256 "973293ffbcfa4fb073f6a2f833b0ce5b82b72f7899427f39d7e5610ffc9029c8"
resource "shards" do
@iMichka
iMichka / cdparanoia-fpic
Created April 18, 2020 17:19
cdparanoia-fpic
diff -r -u cdparanoia-III-10.2.old/interface/Makefile.in cdparanoia-III-10.2.new/interface/Makefile.in
--- cdparanoia-III-10.2.old/interface/Makefile.in 2008-08-21 18:08:54.000000000 +0200
+++ cdparanoia-III-10.2.new/interface/Makefile.in 2013-08-07 18:48:32.000000000 +0200
@@ -7,7 +7,7 @@
srcdir=@srcdir@
@SET_MAKE@
-FLAGS=@SBPCD_H@ @UCDROM_H@ @TYPESIZES@ @CFLAGS@
+FLAGS=@SBPCD_H@ @UCDROM_H@ @TYPESIZES@ @CFLAGS@ -fPIC
OPT=@OPT@ $(FLAGS)