mirror of
https://gitgud.io/Melon__Bread/Arch-Packages.git
synced 2025-08-02 07:24:37 -04:00
Compare commits
8 Commits
72211913ae
...
master
Author | SHA1 | Date | |
---|---|---|---|
656ba62171 | |||
8e8709d57f | |||
a63c76f138 | |||
a0d0bf540c | |||
72c6ca9cfc | |||
8b3500bf01 | |||
555f4f1172 | |||
819c7644a4 |
@ -1,7 +1,7 @@
|
||||
# Maintainer: Dmitry Kharitonov <arch[at]nano-model[dot]com>
|
||||
|
||||
pkgname=bcrawl
|
||||
pkgver=1.36
|
||||
pkgver=1.38b
|
||||
pkgrel=1
|
||||
pkgdesc='Continuation of X-Crawl fork of Dungeon Crawl Stone Soup roguelike with new content'
|
||||
arch=('i686' 'x86_64')
|
||||
@ -14,7 +14,7 @@ conflicts=('crawl' 'stone-soup-tile' 'bcrawl-git')
|
||||
provides=('bcrawl')
|
||||
license=('GPL' 'BSD' 'MIT' 'ZLIB' 'APACHE' 'custom:CC0' 'custom')
|
||||
source=("https://github.com/b-crawl/bcrawl/archive/bcrawl-${pkgver}.tar.gz")
|
||||
sha256sums=('b3427bc242f910ae10e24a029b6b69574cba95bbe76a8b56418e2e0ea825ede8')
|
||||
sha256sums=('9119841f399d413a56958e316f6193d2292c396bfcd12f64fd30d21b8e32892d')
|
||||
|
||||
# used by gendesk to create .desktop file
|
||||
_exec=('bcrawl-tiles')
|
||||
@ -42,7 +42,7 @@ package() {
|
||||
|
||||
# first build and install tiles version
|
||||
|
||||
make GAME=bcrawl \
|
||||
make -j8 GAME=bcrawl \
|
||||
DESTDIR="${pkgdir}" \
|
||||
DATADIR="/usr/share/${pkgname}/data" \
|
||||
SAVEDIR="~/.bcrawl" \
|
||||
|
@ -1,9 +1,8 @@
|
||||
# Maintainer: Rain Clark <rain AT melonbread DOT dev>
|
||||
|
||||
|
||||
pkgname=eget-bin
|
||||
pkgver=1.0.1
|
||||
pkgrel=1
|
||||
pkgver=1.3.4
|
||||
pkgrel=2
|
||||
pkgdesc="Easily install prebuilt binaries from GitHub"
|
||||
arch=('i686' 'x86_64')
|
||||
url="https://github.com/zyedidia/eget"
|
||||
@ -12,14 +11,14 @@ license=('MIT')
|
||||
source_i686=(https://github.com/zyedidia/eget/releases/download/v${pkgver}/eget-${pkgver}-linux_386.tar.gz)
|
||||
source_x86_64=(https://github.com/zyedidia/eget/releases/download/v${pkgver}/eget-${pkgver}-linux_amd64.tar.gz)
|
||||
|
||||
sha256sums_i686=('cb3adca582f716833263eb74d42b713068be4054fd00f15492545e70c207684f')
|
||||
sha256sums_x86_64=('83f8af0862cf1a7f9c3f15139da2a7826829df3eeb3ea2963dcfabb38f671769')
|
||||
sha256sums_i686=('6dad370ce3d1bb882ae64937e64f0739059117c467586ed1a016f1bb5fa5b198')
|
||||
sha256sums_x86_64=('c6b3da99e494e14a9f8c2877f9eb5891d573a95f436ecba7013cfb7d0992abf5')
|
||||
|
||||
package() {
|
||||
mkdir -p ${pkgdir}/usr/bin
|
||||
install ${srcdir}/eget-*/eget ${pkgdir}/usr/bin/eget
|
||||
mkdir -p ${pkgdir}/usr/bin
|
||||
install ${srcdir}/eget-*/eget ${pkgdir}/usr/bin/eget
|
||||
|
||||
mkdir -p ${pkgdir}/usr/share/man/man1
|
||||
gzip ${srcdir}/eget-*/eget.1
|
||||
cp ${srcdir}/eget-*/eget.1.gz ${pkgdir}/usr/share/man/man1
|
||||
mkdir -p ${pkgdir}/usr/share/man/man1
|
||||
gzip ${srcdir}/eget-*/eget.1
|
||||
cp ${srcdir}/eget-*/eget.1.gz ${pkgdir}/usr/share/man/man1
|
||||
}
|
||||
|
@ -1,8 +1,7 @@
|
||||
# Maintainer: Rain Clark <rain AT melonbread DOT dev>
|
||||
# Contributor: Tom Hudson <mail at tomnomnom dot com>
|
||||
|
||||
pkgname=httprobe-bin
|
||||
pkgver=0.1.2
|
||||
pkgver=0.2
|
||||
pkgrel=2
|
||||
pkgdesc="Take a list of domains and probe for working HTTP and HTTPS servers"
|
||||
arch=('i686' 'x86_64')
|
||||
@ -12,8 +11,8 @@ license=('MIT')
|
||||
source_i686=(https://github.com/tomnomnom/httprobe/releases/download/v${pkgver}/httprobe-linux-386-${pkgver}.tgz)
|
||||
source_x86_64=(https://github.com/tomnomnom/httprobe/releases/download/v${pkgver}/httprobe-linux-amd64-${pkgver}.tgz)
|
||||
|
||||
sha256sums_i686=('3a19bc71cbcbf352636f70a2585a2aaedbe9f53290dcccd4bfbb3ab56ece7a49')
|
||||
sha256sums_x86_64=('a8e5dbaa09e4c35a6a1ac441667d1bd39f079d007ff77c6ffc4431687d875a94')
|
||||
sha256sums_i686=('8502e5942c132a8fa63cfe236720a92022851b2a3629c65ccc95d38eaf9c55e1')
|
||||
sha256sums_x86_64=('4a43ae3cb355c698b811f4ddf1da117ad215984a1187997deb41f89a5c5fff40')
|
||||
|
||||
package() {
|
||||
mkdir -p ${pkgdir}/usr/bin
|
||||
|
@ -1,7 +1,7 @@
|
||||
# Maintainer: Rain Clark <rain AT melonbread DOT dev>
|
||||
|
||||
pkgname=imgbrd-grabber-appimage
|
||||
pkgver=7.8.0
|
||||
pkgver=7.9.0
|
||||
pkgrel=1
|
||||
pkgdesc="Very customizable imageboard/booru downloader with powerful filenaming features."
|
||||
arch=('x86_64')
|
||||
@ -17,7 +17,7 @@ noextract=('$_pkgname')
|
||||
options=('!strip')
|
||||
|
||||
source=(https://github.com/Bionus/imgbrd-grabber/releases/download/v${pkgver}/${_pkgname})
|
||||
sha256sums=('1c4bc407c8a7ca28516f9f45a936abaa582592113fbeb7ddb31b8eb581c39894')
|
||||
sha256sums=('aa3f0b4b55f9d4c28cecdc2f1d5d2bd6add4172ba62ca1cb66c3806a52b9528f')
|
||||
|
||||
prepare() {
|
||||
cd "${srcdir}"
|
||||
|
Reference in New Issue
Block a user