Skip to content

Commit

Permalink
ci: add dummy package to test enabling check
Browse files Browse the repository at this point in the history
  • Loading branch information
filnet committed Apr 28, 2024
1 parent a7f0b46 commit 145e3b2
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions mingw-w64-ci-check/PKGBUILD
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
# Maintainer: Christoph Reiter <[email protected]>
# Contributor: Philippe Renon <[email protected]>

_realname=ci-test
pkgbase=mingw-w64-${_realname}
pkgname="${MINGW_PACKAGE_PREFIX}-${_realname}"
pkgver=1.0.0
pkgrel=1
pkgdesc='ci-check test (mingw-w64)'
arch=('any')
mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32' 'clangarm64')
url=''
license=('spdx:MIT')
makedepends=()
source=()
sha512sums=()

build() {
plain "build"
}

check() {
plain "check"
}

package() {
plain "package"
}

0 comments on commit 145e3b2

Please sign in to comment.