This repository has been archived on 2022-04-27. You can view files and clone it, but cannot push or open issues/pull-requests.
aptpkg-pkgs/main/aptpkg-stable/build

18 lines
537 B
Plaintext

# Maintainer: earnest ma <me@earne.link>
name=aptpkg-stable
version=1.1.0
rev=0
type=file
url="https://sr.ht/~earnestma/aptpkg"
description="Easily create/ get debian packages"
source="https://git.sr.ht/~earnestma/aptpkg/archive/${version}.tar.gz"
sha512sums="791144229f6a12f154d82d52323fd663f98bd90647dcbbb38cfb89678475ca858b206a415283a4a60bb7e93bd78587553b24f0309052d343dfc85f8a0de8ecf3 1.1.0.tar.gz"
# Needs scdoc
steps(){
tar -xf ${version}.tar.gz
( cd aptpkg-${version} && make && make PREFIX=../${builddir} install )
}