diff --git a/btfs/package.yml b/btfs/package.yml deleted file mode 100644 index dda92da..0000000 --- a/btfs/package.yml +++ /dev/null @@ -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 diff --git a/dillo/package.yml b/dillo/package.yml deleted file mode 100644 index 2ef1cbf..0000000 --- a/dillo/package.yml +++ /dev/null @@ -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 diff --git a/nextdns/package.yml b/nextdns/package.yml new file mode 100644 index 0000000..119c231 --- /dev/null +++ b/nextdns/package.yml @@ -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 diff --git a/starship/package.yml b/starship/package.yml index b5d4a7d..0c434a5 100644 --- a/starship/package.yml +++ b/starship/package.yml @@ -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.