From c73cf7d67e86ae43ca8682fddf6ac72013b54f69 Mon Sep 17 00:00:00 2001 From: Nicole O'Connor Date: Mon, 18 Mar 2024 18:35:19 -0700 Subject: [PATCH] partial debian and rpm packaging files; gitea has package registries for these types anyway, might as well take advantage of them --- packaging/debian/control | 15 +++++++++++++++ packaging/rpm/cellar.spec | 11 +++++++++++ 2 files changed, 26 insertions(+) create mode 100644 packaging/debian/control create mode 100644 packaging/rpm/cellar.spec diff --git a/packaging/debian/control b/packaging/debian/control new file mode 100644 index 0000000..9827a1c --- /dev/null +++ b/packaging/debian/control @@ -0,0 +1,15 @@ +## incomplete: need to double check syntax of [Build-]Depends and add libboost-{file,}system-dev to it, among other packages +Source: cellar +Maintainer: Nicole O'Connor +Section: main +Priority: optional +Standards-Version: 4.6.2 +Build-Depends: debhelper-compat (= 13) + +Package: cellar +Architecture: amd64 +Depends: ${shlibs:Depends} ${misc:Depends} +Description: WINE bottle management tool + Helps users manage multiple instances of WINE across + multiple configuration prefixes (or, bottles). Comes + with some advanced features. \ No newline at end of file diff --git a/packaging/rpm/cellar.spec b/packaging/rpm/cellar.spec new file mode 100644 index 0000000..4448fff --- /dev/null +++ b/packaging/rpm/cellar.spec @@ -0,0 +1,11 @@ +# VERY INCOMPLETE +Name: cellar +Version: 0.4 +Release: 1%{?dist} +Summary: WINE bottle management tool + +License: Apache-2.0 +URL: https://vcs.otl-hga.net/nicole/cellar/ +Source0: https://vcs.otl-hga.net/nicole/cellar/archive/v0.4.tar.gz + +BuildRequires: build-essential cmake python3-pip \ No newline at end of file