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
Raw Normal View History

2021-10-08 09:39:33 -04:00
# Maintainer: earnest ma <me@earne.link>
2021-10-08 09:54:01 -04:00
name=aptpkg-stable
version=1.1.0
2021-10-08 09:39:33 -04:00
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"
2021-10-08 09:39:33 -04:00
# Needs scdoc
steps(){
tar -xf ${version}.tar.gz
( cd aptpkg-${version} && make && make PREFIX=../${builddir} install )
}