aboutsummaryrefslogtreecommitdiff
path: root/Formula/autoqemu-latest.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-latest.rb
parentUpdate all package definitions (diff)
downloadpackage-repository-7882c1d616f869d6a3cab33dac696032b3f3a3ef.tar.gz
package-repository-7882c1d616f869d6a3cab33dac696032b3f3a3ef.tar.xz
paku.json: Remove currently stagnant packages
While package-repository and scripts/paku is itself WIP.
Diffstat (limited to '')
-rw-r--r--Formula/autoqemu-latest.rb17
1 files changed, 0 insertions, 17 deletions
diff --git a/Formula/autoqemu-latest.rb b/Formula/autoqemu-latest.rb
deleted file mode 100644
index 0d598a1..0000000
--- a/Formula/autoqemu-latest.rb
+++ /dev/null
@@ -1,17 +0,0 @@
-class AutoqemuLatest < Formula
- desc 'Installation and setup automation tool for QEMU virtual machines'
- homepage 'https://autoqemu.euandreh.xyz'
- url 'https://euandreh.xyz/autoqemu.git/snapshot/autoqemu-e676c0baedc09f34fbd07877dc3ab47e9427a221.tar.gz'
- sha256 '5f0cc1f0622a421bf6469be12afe86263576df9003ff0f339ad4aaaf7d31dfce'
- license 'AGPL-3.0-or-later'
-
- def install
- system 'make'
- system 'make', 'check'
- system 'make', 'install', "PREFIX=#{prefix}"
- end
-
- test do
- system "#{bin}/autoqemu", '-V'
- end
-end