🧹 chore(_meta): remove non triaged package

This commit is contained in:
Eshan Roy
2024-11-27 16:17:09 +05:30
parent 38a19658f8
commit b810348f99
2 changed files with 0 additions and 44 deletions

View File

@@ -1,14 +0,0 @@
pkgbase = ezcommits
pkgdesc = Better Git Commit Messages
pkgver = 1
pkgrel = 1
url = https://github.com/iconized/ezcommits
arch = x86_64
license = MIT
makedepends = git
depends = curl
depends = gum
source = git+https://github.com/iconized/ezcommits.git
sha256sums = SKIP
pkgname = ezcommits

View File

@@ -1,30 +0,0 @@
# Maintainer: Abhiraj Roy <iconized@outlook.in>
pkgname='ezcommits'
pkgver=1
pkgrel=1
pkgdesc="Better Git Commit Messages"
arch=(
'x86_64'
)
url="https://github.com/iconized/${pkgname}"
license=(
'MIT'
)
depends=(
'curl'
'gum'
)
makedepends=('git')
source=(git+${url}.git)
sha256sums=('SKIP')
pkgver() {
# cd "$srcdir/$pkgname" || exit
printf "r%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)"
}
package() {
cd "$pkgname"
install -Dm755 "ezcommits" "$pkgdir/usr/bin/ezcommits"
}