Skip to content

Commit

Permalink
update libinklevel
Browse files Browse the repository at this point in the history
  • Loading branch information
taotieren committed Jan 27, 2025
1 parent f0a65d8 commit de494bf
Show file tree
Hide file tree
Showing 2 changed files with 38 additions and 0 deletions.
28 changes: 28 additions & 0 deletions aur-repo/libinklevel/PKGBUILD
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
# Contributor: Asuka Minato
# Contributor: Luis Martinez <luis dot martinez at disroot dot org>
# Contributor: Andrew Sun <[email protected]>
# Contributor: Anton Bazhenov <anton.bazhenov at gmail>
# Contributor: Axel Reidemeister[computerkranker] <[email protected]>

pkgname=libinklevel
pkgver=0.9.6
pkgrel=1
pkgdesc="A library for checking the ink level of your printer"
arch=('i686' 'x86_64')
url="http://libinklevel.sourceforge.net/"
license=('GPL')
depends=('libusb' 'libxml2' 'glibc')
provides=('libinklevel.so=5-64')
source=("$pkgname-$pkgver.tar.gz::https://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz")
sha256sums=('c69848f9f2ca71f7a3a4f8415132933ed8d4b5882158c7c543181222081b5134')

build() {
cd "$pkgname-$pkgver"
./configure --prefix=/usr
make
}

package() {
cd "$pkgname-$pkgver"
make DESTDIR="$pkgdir/" install
}
10 changes: 10 additions & 0 deletions aur-repo/libinklevel/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='AsukaMinato')
post_build: aur_post_build
# repo_depends:
# -
update_on:
- source: aur
aur: libinklevel
# - alias: python

0 comments on commit de494bf

Please sign in to comment.