mirror of
https://github.com/SinTan1729/lure-repo.git
synced 2024-12-25 22:38:36 -06:00
Fix deps and conflicts
This commit is contained in:
parent
e2bda014d0
commit
1094531aa7
2 changed files with 5 additions and 4 deletions
|
@ -1,4 +1,5 @@
|
||||||
name='cockpit-docker'
|
name='cockpit-docker-fork'
|
||||||
|
_name='cockpit-docker'
|
||||||
version=VERSION
|
version=VERSION
|
||||||
release=1
|
release=1
|
||||||
desc='Manage your docker containers from Cockpit'
|
desc='Manage your docker containers from Cockpit'
|
||||||
|
@ -8,7 +9,7 @@ maintainer='SinTan1729'
|
||||||
license=('LGPL-2.1')
|
license=('LGPL-2.1')
|
||||||
provides=()
|
provides=()
|
||||||
conflicts=()
|
conflicts=()
|
||||||
deps=('cockpit')
|
deps=()
|
||||||
git_repo='mrevjd/cockpit-docker'
|
git_repo='mrevjd/cockpit-docker'
|
||||||
|
|
||||||
sources=()
|
sources=()
|
||||||
|
@ -21,7 +22,7 @@ version() {
|
||||||
package() {
|
package() {
|
||||||
# Pull sources
|
# Pull sources
|
||||||
echo "Pulling ${name} ${version}"
|
echo "Pulling ${name} ${version}"
|
||||||
curl -L "https://github.com/${git_repo}/releases/latest/download/${name}.tar.gz" -o ${name}.tar.gz
|
curl -L "https://github.com/${git_repo}/releases/latest/download/${_name}.tar.gz" -o ${name}.tar.gz
|
||||||
# Build package
|
# Build package
|
||||||
echo "Creating the package"
|
echo "Creating the package"
|
||||||
tar -xf ${name}.tar.gz -C .
|
tar -xf ${name}.tar.gz -C .
|
|
@ -8,7 +8,7 @@ maintainer='SinTan1729'
|
||||||
license=('LGPL-2.1')
|
license=('LGPL-2.1')
|
||||||
provides=()
|
provides=()
|
||||||
conflicts=()
|
conflicts=()
|
||||||
deps=('lm_sensors')
|
deps=('lm_sensors' 'cockpit')
|
||||||
git_repo='ocristopfer/cockpit-sensors'
|
git_repo='ocristopfer/cockpit-sensors'
|
||||||
|
|
||||||
sources=()
|
sources=()
|
||||||
|
|
Loading…
Reference in a new issue