mirror of
https://github.com/Phantop/solus-stuff
synced 2024-11-21 22:33:12 +00:00
Add nextdns, use starship release, rm btfs/dillo
This commit is contained in:
parent
8b5d617c77
commit
ab61ec7db2
|
@ -1,22 +0,0 @@
|
|||
name : btfs
|
||||
version : 1
|
||||
release : 1
|
||||
source :
|
||||
- git|https://github.com/johang/btfs.git : master
|
||||
license : GPL-2.0-or-later
|
||||
summary : Insert summary here
|
||||
description: |
|
||||
Insert description here
|
||||
builddeps :
|
||||
- pkgconfig(fuse)
|
||||
- pkgconfig(libcurl)
|
||||
- pkgconfig(libtorrent-rasterbar)
|
||||
- libboost-devel
|
||||
rundeps :
|
||||
- libtorrent-rasterbar
|
||||
setup : |
|
||||
%reconfigure
|
||||
build : |
|
||||
%make
|
||||
install : |
|
||||
%make_install
|
|
@ -1,20 +0,0 @@
|
|||
name : dillo
|
||||
version : 3.0.5
|
||||
release : 1
|
||||
source :
|
||||
- https://www.dillo.org/download/dillo-3.0.5.tar.bz2 : db1be16c1c5842ebe07b419aa7c6ef11a45603a75df2877f99635f4f8345148b
|
||||
license : GPL-2.0-or-later
|
||||
summary : Insert summary here
|
||||
description: |
|
||||
Insert description here
|
||||
builddeps :
|
||||
- fltk-devel
|
||||
- pkgconfig(xext)
|
||||
- pkgconfig(xfixes)
|
||||
- pkgconfig(xft)
|
||||
setup : |
|
||||
%configure --enable-ssl
|
||||
build : |
|
||||
%make
|
||||
install : |
|
||||
%make_install
|
16
nextdns/package.yml
Normal file
16
nextdns/package.yml
Normal file
|
@ -0,0 +1,16 @@
|
|||
name : nextdns
|
||||
version : 1
|
||||
release : 1
|
||||
source :
|
||||
- git|https://github.com/nextdns/nextdns.git : master
|
||||
license : GPL-2.0-or-later
|
||||
summary : Insert summary here
|
||||
networking : yes
|
||||
description: |
|
||||
Insert description here
|
||||
builddeps :
|
||||
- golang
|
||||
build : |
|
||||
go build
|
||||
install : |
|
||||
install -Dm00755 nextdns $installdir/usr/bin/nextdns
|
|
@ -1,16 +1,14 @@
|
|||
name : starship
|
||||
version : 0.44.0
|
||||
version : 0.47.0
|
||||
release : 1
|
||||
source :
|
||||
- git|https://github.com/starship/starship.git : master
|
||||
- https://github.com/starship/starship/archive/v0.47.0.tar.gz : 9c9ede1eb7a9e1acf49f0321915232426c234b356c6bb1f740d15d6fa45d1bee
|
||||
license :
|
||||
- ISC
|
||||
component : system.utils
|
||||
networking : yes
|
||||
summary : The minimal, blazing-fast, and infinitely customizable prompt for any shell!
|
||||
description: |
|
||||
The minimal, blazing-fast, and infinitely customizable prompt for any shell!
|
||||
|
||||
Fast: it's fast – really really fast! rocket
|
||||
Customizable: configure every aspect of your prompt.
|
||||
Universal: works on any shell, on any operating system.
|
||||
|
|
Loading…
Reference in a new issue