From 5572d3f1bffe97d2541465224efd1eb09267e4d4 Mon Sep 17 00:00:00 2001 From: elig0n Date: Wed, 7 Aug 2024 03:16:02 +0300 Subject: [PATCH] Remove packagecore.yaml --- packagecore.yaml | 87 ------------------------------------------------ 1 file changed, 87 deletions(-) delete mode 100644 packagecore.yaml diff --git a/packagecore.yaml b/packagecore.yaml deleted file mode 100644 index 80fcf8b..0000000 --- a/packagecore.yaml +++ /dev/null @@ -1,87 +0,0 @@ -name: ddgr -maintainer: Arun Prakash Jana -license: GPLv3 -summary: DuckDuckGo from the terminal. -homepage: https://github.com/jarun/ddgr -commands: - install: - - make PREFIX="/usr" install DESTDIR="${BP_DESTDIR}" -packages: -# archlinux: -# builddeps: -# - make -# deps: -# - python - centos7.5: - builddeps: - - make - deps: - - python - centos7.6: - builddeps: - - make - deps: - - python - centos7.7: - builddeps: - - make - deps: - - python - centos8.0: - builddeps: - - make - deps: - - python3 - commands: - precompile: - - dnf install python3 - debian9: - builddeps: - - make - deps: - - python3 - debian10: - builddeps: - - make - deps: - - python3 - fedora31: - builddeps: - - make - deps: - - python3 - fedora32: - builddeps: - - make - deps: - - python3 - opensuse15.1: - builddeps: - - make - deps: - - python3 - opensuse15.2: - builddeps: - - make - deps: - - python3 - opensuse.tumbleweed: - builddeps: - - make - deps: - - python3 - ubuntu16.04: - builddeps: - - make - deps: - - python3 - ubuntu18.04: - builddeps: - - make - deps: - - python3 - ubuntu20.04: - builddeps: - - make - deps: - - python3