Skip to content

Commit

Permalink
update ink
Browse files Browse the repository at this point in the history
  • Loading branch information
taotieren committed Jan 27, 2025
1 parent de494bf commit 99f120a
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 0 deletions.
25 changes: 25 additions & 0 deletions aur-repo/ink/PKGBUILD
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
# Maintainer: mickael9 <mickael9 at gmail dot com>
# Contributor: Alexander Fehr <pizzapunk gmail com>

pkgname=ink
pkgver=0.5.3
pkgrel=1
pkgdesc="Command line tool for checking the ink level of printers"
arch=('i686' 'x86_64')
url="http://ink.sourceforge.net/"
license=('GPL2')
depends=('libinklevel')
source=(http://downloads.sourceforge.net/ink/ink-$pkgver.tar.gz)
md5sums=('7ddb245c1b0314a4348f2a43e8d37885')

build() {
cd "$srcdir/ink-$pkgver"

./configure --prefix=/usr
make
}

package() {
cd "$srcdir/ink-$pkgver"
make DESTDIR=$pkgdir install
}
10 changes: 10 additions & 0 deletions aur-repo/ink/lilac.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
maintainers:
- github: taotieren
pre_build_script: aur_pre_build(maintainers='mickael9')
post_build: aur_post_build
repo_depends:
- libinklevel
update_on:
- source: aur
aur: ink
# - alias: python

0 comments on commit 99f120a

Please sign in to comment.