Compare commits
2 Commits
Author | SHA1 | Date | |
---|---|---|---|
81732eab03 | |||
c73cf7d67e |
15
packaging/debian/control
Normal file
15
packaging/debian/control
Normal file
@ -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 <nicole@otl-hga.net>
|
||||||
|
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.
|
11
packaging/rpm/cellar.spec
Normal file
11
packaging/rpm/cellar.spec
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
# VERY INCOMPLETE
|
||||||
|
Name: cellar
|
||||||
|
Version: 0.4
|
||||||
|
Release: 1%{?dist}
|
||||||
|
Summary: WINE bottle management tool
|
||||||
|
|
||||||
|
License: MIT
|
||||||
|
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
|
Loading…
Reference in New Issue
Block a user