upgpkg: adguardhome 1:0.107.43-1

upgpkg: alhp-keyring 20230504-4
upgpkg: alhp-mirrorlist 20230831-1
upgpkg: antidot 0.6.3-1
upgpkg: asus-numpad 0.4.1-6
upgpkg: coreapps-meta 1-1
upgpkg: eggdrop 1.9.3-1
upgpkg: hide-client 0.9.8-2
upgpkg: jellyfin-mpv-shim 2.6.0-1
upgpkg: mmdbinspect 0.1.1-1
upgpkg: motion-git 4.4.0.r44.db94a89-1
upgpkg: motionplus 0.1.1-4
upgpkg: mpv-shim-default-shaders 2.1.0-1
upgpkg: perl-filehandle-unget 0.1634-2
upgpkg: perl-mail-mbox-messageparser 1.5111-1
upgpkg: perl-net-ftpssl 0.42-1
upgpkg: pyfan 1.6.1-1
upgpkg: python-derpconf 0.8.4-1
upgpkg: python-jellyfin-apiclient 1.9.2-1
upgpkg: python-libthumbor 2.0.2-2
upgpkg: python-mpv-jsonipc 1.2.0-1
upgpkg: python-preggy 1.4.4-1
upgpkg: python-pyssim 0.6-1
upgpkg: python-pystray 0.19.5-1
upgpkg: python-simple-pid 1.0.1-1
upgpkg: python-socketfromfd 0.2.0-1
upgpkg: rvpk 1.1.0-1
upgpkg: thumbor 7.7.3-1
upgpkg: unvpk-git r108.1f1f44f-1
upgpkg: victoriametrics 1.93.5-1

syntax changes
This commit is contained in:
2024-01-13 16:00:20 +01:00
parent 5813ed043f
commit bc6739b9d1
36 changed files with 355 additions and 327 deletions

View File

@@ -1,5 +1,5 @@
pkgbase = antidot
pkgdesc = Cleans up your $HOME from those pesky dotfiles
pkgdesc = Cleans up your /home/harting from those pesky dotfiles
pkgver = 0.6.3
pkgrel = 1
url = https://github.com/doron-cohen/antidot

View File

@@ -3,12 +3,12 @@
pkgname=antidot
pkgver=0.6.3
pkgrel=1
pkgdesc='Cleans up your $HOME from those pesky dotfiles'
arch=('x86_64')
pkgdesc="Cleans up your $HOME from those pesky dotfiles"
arch=(x86_64)
url="https://github.com/doron-cohen/$pkgname"
license=('MIT')
depends=('glibc')
makedepends=('go')
license=(MIT)
depends=(glibc)
makedepends=(go)
source=("https://github.com/doron-cohen/$pkgname/archive/refs/tags/v$pkgver.tar.gz")
b2sums=('d39b0f0faaf2359dc2d15244da124dfc482d8a9f82d76802facf23bec1812e100606f24e5c832815aaf9907c0d8982b93b3894d599c58443113b532fb37a672c')
@@ -32,3 +32,5 @@ package() {
install -Dm755 build/$pkgname "$pkgdir"/usr/bin/$pkgname
install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
}
# vim:set ts=2 sw=2 et: