mirror of
https://github.com/Snigdha-OS/snigdhaos-pkgbuilds.git
synced 2025-09-21 20:14:59 +02:00
🧹 chore(_meta): remove non triaged package
This commit is contained in:
@@ -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
|
|
@@ -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"
|
|
||||||
|
|
||||||
}
|
|
Reference in New Issue
Block a user