aboutsummaryrefslogtreecommitdiff
path: root/Formula/autoqemu.rb
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2022-01-19 09:29:58 -0300
committerEuAndreh <eu@euandre.org>2022-01-19 09:30:30 -0300
commit7882c1d616f869d6a3cab33dac696032b3f3a3ef (patch)
tree359c71eec9cb02e3db44c663883e9ce5cf0660e4 /Formula/autoqemu.rb
parentUpdate all package definitions (diff)
downloadpackages-7882c1d616f869d6a3cab33dac696032b3f3a3ef.tar.gz
packages-7882c1d616f869d6a3cab33dac696032b3f3a3ef.tar.xz
paku.json: Remove currently stagnant packages
While package-repository and scripts/paku is itself WIP.
Diffstat (limited to 'Formula/autoqemu.rb')
-rw-r--r--Formula/autoqemu.rb18
1 files changed, 0 insertions, 18 deletions
diff --git a/Formula/autoqemu.rb b/Formula/autoqemu.rb
deleted file mode 100644
index 33fee90..0000000
--- a/Formula/autoqemu.rb
+++ /dev/null
@@ -1,18 +0,0 @@
-class Autoqemu < Formula
- desc 'Installation and setup automation tool for QEMU virtual machines'
- homepage 'https://autoqemu.euandreh.xyz'
- url 'https://git.euandreh.xyz/autoqemu/snapshot/autoqemu-a62d3425d91bb65ab883d8487fc73431a22487d4.tar.gz'
- sha256 '8a2d95966d7ebe2cf8af928c8807a42a84e45111e60840fdf5737e17a987900a'
- license 'AGPL-3.0-or-later'
-
- def install
- system './configure', "--prefix=#{prefix}"
- system 'make'
- system 'make', 'check'
- system 'make', 'install'
- end
-
- test do
- system "#{bin}/autoqemu", '-V'
- end
-end