Compare commits

..

11 Commits

Author SHA1 Message Date
c48f32e5d0 Feat: add gpg sign
All checks were successful
Build package / build-package (push) Successful in 8s
2025-07-28 03:07:58 +08:00
3c28b4fd94 Feat: add build workflow
All checks were successful
Build package / build-package (push) Successful in 15s
2025-07-26 17:28:54 +08:00
Antonio Rojas
0b37d3775d upgpkg: 0.04-11: perl 5.40 rebuild 2024-09-01 17:55:07 +02:00
T.J. Townsend
5503ca3efe upgpkg: 0.04-10: Rebuild packages that are missing .SRCINFO part 4 2024-07-12 23:10:30 -04:00
T.J. Townsend
87ad933497 add nvchecker 2024-07-11 12:42:54 -04:00
Felix Yan
c9975c912d upgpkg: 0.04-9: rebuild with perl 5.38 2023-07-25 09:27:14 +03:00
Felix Yan
950fd273e2 Perl 5.36 rebuild 2022-05-29 09:33:29 +00:00
Felix Yan
e5ef644b63 Perl 5.34 rebuild 2021-05-24 08:32:39 +00:00
Felix Yan
4410a79ba9 Perl 5.32 rebuild 2020-06-21 10:25:59 +00:00
Antonio Rojas
97b276a1db https 2019-09-21 17:20:31 +00:00
Evangelos Foutras
8ed38428fe Perl 5.30 rebuild 2019-05-25 09:11:59 +00:00
4 changed files with 36 additions and 2 deletions

16
.SRCINFO Normal file
View File

@@ -0,0 +1,16 @@
pkgbase = perl-devel-checkbin
pkgdesc = check that a command is available
pkgver = 0.04
pkgrel = 11
url = https://metacpan.org/release/Devel-CheckBin
arch = any
license = PerlArtistic
license = GPL
makedepends = perl-extutils-makemaker>=6.64
depends = perl>=5.8.1
options = !emptydirs
source = https://search.cpan.org/CPAN/authors/id/T/TO/TOKUHIROM/Devel-CheckBin-0.04.tar.gz
md5sums = 042b68e48d9b53de7d3ef4c726d57cb2
sha512sums = 7b28092fa2e6309ddc09976dcfadabbad9be678352c5b97a7938bf7e73944454e5c3c198aaf1a39939f24544e436ec4323925e77fa91e8d92e3986702c840f44
pkgname = perl-devel-checkbin

View File

@@ -0,0 +1,15 @@
name: Build package
on: [push]
jobs:
build-package:
runs-on: pkgbuilder
env:
steps:
- name: Build and push package
uses: https://gitea.konchin.com/action/archbuild@main
with:
minio-accesskey: ${{ secrets.MINIO_ACCESSKEY }}
minio-secretkey: ${{ secrets.MINIO_SECRETKEY }}
gpg-password: ${{ secrets.GPG_PASSWORD }}
gpg-keygrip: ${{ secrets.GPG_KEYGRIP }}

3
.nvchecker.toml Normal file
View File

@@ -0,0 +1,3 @@
[perl-devel-checkbin]
source = "cpan"
cpan = "Devel-CheckBin"

View File

@@ -2,7 +2,7 @@
pkgname=perl-devel-checkbin
pkgver=0.04
pkgrel=4
pkgrel=11
pkgdesc='check that a command is available'
arch=(any)
license=(PerlArtistic GPL)
@@ -10,7 +10,7 @@ options=(!emptydirs)
depends=('perl>=5.8.1')
makedepends=('perl-extutils-makemaker>=6.64')
url=https://metacpan.org/release/Devel-CheckBin
source=("http://search.cpan.org/CPAN/authors/id/T/TO/TOKUHIROM/Devel-CheckBin-$pkgver.tar.gz")
source=("https://search.cpan.org/CPAN/authors/id/T/TO/TOKUHIROM/Devel-CheckBin-$pkgver.tar.gz")
md5sums=(042b68e48d9b53de7d3ef4c726d57cb2)
sha512sums=(7b28092fa2e6309ddc09976dcfadabbad9be678352c5b97a7938bf7e73944454e5c3c198aaf1a39939f24544e436ec4323925e77fa91e8d92e3986702c840f44)
_ddir="Devel-CheckBin-$pkgver"