From 3493f412e5d975f92c74787e562c0d8de05d5f59 Mon Sep 17 00:00:00 2001 From: Armaan Bhojwani Date: Mon, 7 Jun 2021 12:55:02 -0400 Subject: [PATCH] chorizo: rename from lariza --- chorizo/build | 4 ++++ chorizo/depends | 1 + chorizo/sources | 1 + chorizo/version | 1 + 4 files changed, 7 insertions(+) create mode 100755 chorizo/build create mode 100644 chorizo/depends create mode 100644 chorizo/sources create mode 100644 chorizo/version diff --git a/chorizo/build b/chorizo/build new file mode 100755 index 0000000..8e14c95 --- /dev/null +++ b/chorizo/build @@ -0,0 +1,4 @@ +#!/bin/sh -e + +make +make DESTDIR="$1" prefix=/usr install diff --git a/chorizo/depends b/chorizo/depends new file mode 100644 index 0000000..d5d0765 --- /dev/null +++ b/chorizo/depends @@ -0,0 +1 @@ +webkit2gtk diff --git a/chorizo/sources b/chorizo/sources new file mode 100644 index 0000000..3fd07e1 --- /dev/null +++ b/chorizo/sources @@ -0,0 +1 @@ +git+https://git.sr.ht/~armaan/chorizo diff --git a/chorizo/version b/chorizo/version new file mode 100644 index 0000000..a383ea1 --- /dev/null +++ b/chorizo/version @@ -0,0 +1 @@ +git 1 -- 2.39.2