Merge pull request #1648 from Gottox/update-check
Add update files to various packages
This commit is contained in:
commit
949000c3ad
|
@ -0,0 +1,3 @@
|
|||
version=${version//./_}
|
||||
site="http://download.java.net/media/jai/builds/release/"
|
||||
pattern='href="\K[\d_]+(?=/")'
|
|
@ -0,0 +1,2 @@
|
|||
site="https://git.devuan.org/pkgs-utopia-substitution/loginkit/tags"
|
||||
pattern='upstream/\K[\d.]+'
|
|
@ -10,12 +10,9 @@ short_desc="Chrome-based text editor from Github"
|
|||
maintainer="Andrea Brancaleoni <miwaxe@gmail.com>"
|
||||
license="MIT"
|
||||
homepage="https://atom.io"
|
||||
distfiles="https://github.com/$pkgname/$pkgname/archive/v$version.tar.gz"
|
||||
checksum="27dadd5b9a63d53e75ff662123960b1ddca6e6dd84073983306b4717854beee0"
|
||||
|
||||
do_fetch() {
|
||||
local url="git://github.com/${pkgname}/${pkgname}"
|
||||
msg_normal "Fetching source from $url ...\n"
|
||||
git clone --branch v${version} ${url} ${pkgname}-${version}
|
||||
}
|
||||
do_build() {
|
||||
script/build
|
||||
}
|
||||
|
|
|
@ -0,0 +1 @@
|
|||
pkgname=${pkgname%-*}
|
|
@ -0,0 +1,2 @@
|
|||
pkgname=bananian
|
||||
site="https://github.com/Bananian/u-boot-bananapi/releases"
|
|
@ -0,0 +1 @@
|
|||
pkgname=u-boot
|
|
@ -1,2 +1,2 @@
|
|||
site="https://bitcoin.org/en/download"
|
||||
pattern='bitcoin-\K[\d.]+(?=-linux.tar.gz)'
|
||||
site="https://bitcoin.org/bin/"
|
||||
pattern='bitcoin-core-\K[\d.]+'
|
||||
|
|
|
@ -0,0 +1 @@
|
|||
site="https://linuxcontainers.org/cgmanager/downloads"
|
|
@ -0,0 +1,2 @@
|
|||
site=https://anonscm.debian.org/cgit/collab-maint/devscripts.git/
|
||||
pattern="tag/\?id=v\K[\d.]+"
|
|
@ -13,5 +13,5 @@ short_desc="LXQT compton compositor UI"
|
|||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||
license="LGPL-2.1"
|
||||
homepage="http://lxqt.org/"
|
||||
distfiles="http://lxqt.org/downloads/${pkgname}/${version}/${pkgname}-${version}.tar.xz"
|
||||
distfiles="http://downloads.lxqt.org/${pkgname}/${version}/${pkgname}-${version}.tar.xz"
|
||||
checksum=f362790ae1a20c7ac65790e411cb792200c2430199186affa70dba3ebb01dedf
|
||||
|
|
|
@ -0,0 +1,2 @@
|
|||
site="http://downloads.lxqt.org/${pkgname}"
|
||||
pattern='href="\K[\d.]+'
|
|
@ -12,7 +12,7 @@ short_desc="A document-oriented database"
|
|||
maintainer="Gerardo Di Iorio <arete74@gmail.com>"
|
||||
license="Apache-2.0"
|
||||
homepage="http://couchdb.apache.org/"
|
||||
distfiles="http://www.eu.apache.org/dist/couchdb/source/${version}/apache-couchdb-${version}.tar.gz"
|
||||
distfiles="http://www.apache.org/dist/couchdb/source/${version}/apache-couchdb-${version}.tar.gz"
|
||||
checksum=5a601b173733ce3ed31b654805c793aa907131cd70b06d03825f169aa48c8627
|
||||
|
||||
system_accounts="couchdb"
|
||||
|
|
|
@ -0,0 +1 @@
|
|||
pkgname=apache-$pkgname
|
|
@ -0,0 +1 @@
|
|||
pkgname=u-boot
|
|
@ -3,15 +3,10 @@ pkgname=daemonize
|
|||
version=1.7.5
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
hostmakedepends="git"
|
||||
short_desc="Run a program as a Unix daemon"
|
||||
maintainer="Andrea Brancaleoni <miwaxe@gmail.com>"
|
||||
license="BSD, MIT, Public Domain"
|
||||
homepage="http://software.clapper.org/daemonize/daemonize.html"
|
||||
|
||||
|
||||
do_fetch() {
|
||||
local url="git://github.com/bmc/daemonize"
|
||||
msg_normal "Fetching source from $url ...\n"
|
||||
git clone --branch release-${version} ${url} ${pkgname}-${version}
|
||||
}
|
||||
distfiles="https://github.com/bmc/$pkgname/archive/release-$version.tar.gz"
|
||||
checksum="616220b8dc5721d93bd45e63b2617dbe07cd10a572da505405d64f640b98a06b"
|
||||
wrksrc="$pkgname-release-$version"
|
||||
|
|
|
@ -0,0 +1 @@
|
|||
pkgname=release
|
|
@ -0,0 +1 @@
|
|||
site=http://cr.yp.to/daemontools/install.html
|
|
@ -0,0 +1 @@
|
|||
site=http://git.universe-factory.net/fastd/refs/
|
|
@ -1 +1 @@
|
|||
ignore="*pre*"
|
||||
site="https://inkscape.org/en/download/"
|
||||
|
|
|
@ -0,0 +1 @@
|
|||
pattern="\d+\.[\d.]+(?=-\w+\.tar\.gz)"
|
Loading…
Reference in New Issue