Compare commits
No commits in common. "dc4b10d133139bc079003ef849bcced796e64f34" and "a1cffdb13f6106c5b016007751b7bfeff01dc73d" have entirely different histories.
dc4b10d133
...
a1cffdb13f
|
@ -0,0 +1,14 @@
|
|||
image: ubuntu/next
|
||||
packages:
|
||||
- dpkg
|
||||
- dpkg-dev
|
||||
- scdoc
|
||||
- shellcheck
|
||||
|
||||
sources:
|
||||
- https://git.sr.ht/~earnestma/aptpkg
|
||||
|
||||
tasks:
|
||||
- test: |
|
||||
cd aptpkg
|
||||
make test
|
|
@ -1,18 +0,0 @@
|
|||
branches: main # Ideally, only run on pushes to main branch and PRs
|
||||
pipeline:
|
||||
pull-request:
|
||||
image: ubuntu:jammy
|
||||
when:
|
||||
event: [ pull_request ]
|
||||
commands:
|
||||
- apt install dpkg dpkg-dev scdoc shellcheck
|
||||
- make test
|
||||
|
||||
main:
|
||||
image: ubuntu:jammy
|
||||
when:
|
||||
event: push
|
||||
branch: main
|
||||
commands:
|
||||
- apt install dpkg dpkg-dev scdoc shellcheck
|
||||
- make test
|
2
LICENSE
2
LICENSE
|
@ -1,4 +1,4 @@
|
|||
Copyright © 2021-2022 earnest ma <me@earne.link>
|
||||
Copyright © 2021 earnest ma <me@earne.link>
|
||||
|
||||
Permission is hereby granted, free of charge, to any person obtaining a copy of
|
||||
this software and associated documentation files (the “Software”), to deal in
|
||||
|
|
23
README.md
23
README.md
|
@ -1,11 +1,14 @@
|
|||
# aptpkg
|
||||
[![sr.ht Project hub](https://img.shields.io/badge/sr.ht-Project%20hub-grey)](https://sr.ht/~earnestma/aptpkg)
|
||||
[![builds.sr.ht status](https://builds.sr.ht/~earnestma/aptpkg/commits.svg)](https://builds.sr.ht/~earnestma/aptpkg/commits?)
|
||||
|
||||
**Please note:** I am not actively using or maintaining this project.
|
||||
- **[aptpkg.earne.link packaging git
|
||||
repository](https://git.sr.ht/~earnestma/aptpkg-pkgs)**
|
||||
- **[aptpkg.earne.link Package archive setup/
|
||||
info](https://man.sr.ht/~earnestma/aptpkg)**
|
||||
|
||||
- [packaging repo example](https://git.earne.link/earnestma/aptpkg-pkgs)
|
||||
- [wiki page](https://git.earne.link/earnestma/aptpkg/wiki)
|
||||
|
||||
aptpkg can be used to easily create/ get debian packages, and can be used with a tool such as **reprepro**(1).
|
||||
Easily create/ get debian packages. aptpkg can be used to easily create/ get
|
||||
debian packages, and can be used with a tool such as **reprepro**(1).
|
||||
|
||||
## Prerequisites
|
||||
|
||||
|
@ -20,8 +23,14 @@ Run `aptpkg --help` or `man aptpkg` for more information.
|
|||
|
||||
## Contribute
|
||||
|
||||
Creating [issues](https://git.earne.link/earnestma/aptpkg/issues), [discussion](https://discuss.earne.link/t/earnest), or [pull requests](https://git.earne.link/earnestma/aptpkg/pulls) are welcome!
|
||||
Send patches to [this mailing
|
||||
list](https://lists.sr.ht/~earnestma/aptpkg-devel); you can follow [this
|
||||
guide](https://git-send-email.io) if you don't know how.
|
||||
|
||||
File **confirmed** bugs/ feature requests
|
||||
[here](https://todo.sr.ht/~earnestma/aptpkg)!
|
||||
|
||||
## License
|
||||
|
||||
`aptpkg` is published under an MIT License. See the LICENSE file for copyright and license details.
|
||||
`aptpkg` is published under an MIT License. See the LICENSE file for copyright
|
||||
and license details.
|
||||
|
|
Loading…
Reference in New Issue