1
0
Fork 0
mirror of https://github.com/SinTan1729/aur-packages.git synced 2024-12-25 23:58:36 -06:00
aur-packages/knock-bin/PKGBUILD

14 lines
531 B
Text
Raw Permalink Normal View History

2022-11-20 19:33:11 -06:00
# Maintainer: Sintan Santorum <c1scu0hh at anonaddy dot me>
pkgname="knock-bin"
2024-07-17 01:52:38 -05:00
pkgver=79
pkgrel=1
2022-11-20 19:33:11 -06:00
pkgdesc="Convert ACSM files to PDF/EPUBs with one command on Linux"
2024-07-17 01:52:38 -05:00
arch=('x86_64')
url="https://github.com/BentonEdmondson/knock"
2022-11-20 19:33:11 -06:00
license=('GPL3')
2024-07-17 01:52:38 -05:00
source_x86_64=("knock::$url/releases/download/$pkgver/knock.linux.x86_64")
b2sums_x86_64=('8117834a773bbb91d6b870624a7ba37c9f089c8df45430762b842584302d3c70fa9a0b82a88b5f33107e896703ea02a32904e5af4b5eb9e7ca24e1436f2637e5')
2022-11-20 19:33:11 -06:00
package() {
2024-07-17 01:52:38 -05:00
install -Dm755 ./knock "$pkgdir/usr/bin/knock"
2022-11-20 19:33:11 -06:00
}