Skip to content
Snippets Groups Projects
Unverified Commit 969f7168 authored by Karl-Johan Karlsson's avatar Karl-Johan Karlsson
Browse files

Point to LiU's local repos for Autopsy and TSK

parent e0f04527
No related branches found
No related tags found
No related merge requests found
......@@ -24,8 +24,8 @@ name: autopsy
base: core22
version: 4.21.0
summary: A graphical interface to The Sleuth Kit and other digital forensics tools. # 79 char long summary
description: Autopsy is a graphical interface to The Sleuth Kit and other open source digital forensics tools.
source-code: https://github.com/sleuthkit/autopsy/
description: Autopsy is a graphical interface to The Sleuth Kit and other open source digital forensics tools. This is Linköping University's local fork, with patches for XFS support.
source-code: https://gitlab.liu.se/irt/autopsy
website: https://www.autopsy.com/
license: Apache-2.0
grade: stable # must be 'stable' to release into candidate/stable channels
......@@ -118,8 +118,8 @@ parts:
sleuthkit:
# more information on plugins here: https://snapcraft.io/docs/supported-plugins
plugin: autotools
source: https://github.com/sleuthkit/sleuthkit.git
source-branch: develop
source: https://gitlab.liu.se/irt/sleuthkit.git
source-branch: xfs_support
#source-tag: sleuthkit-4.12.0
build-environment: [JAVA_HOME: /usr/lib/jvm/java-17-openjdk-amd64]
# information on packages here: https://snapcraft.io/docs/package-repositories
......@@ -173,8 +173,8 @@ parts:
# needed by solr to determine locally running ports
- lsof
plugin: nil
source: https://github.com/sleuthkit/autopsy.git
source-branch: develop
source: https://gitlab.liu.se/irt/autopsy.git
source-branch: xfs_support
build-environment:
- JAVA_HOME: /usr/lib/jvm/java-17-openjdk-amd64
- TSK_JAVA_LIB_PATH: $SNAPCRAFT_STAGE/usr/local/share/java
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment